Skip to content

Instantly share code, notes, and snippets.

@jeffmccune
Created September 16, 2011 23:12
Show Gist options
  • Save jeffmccune/1223382 to your computer and use it in GitHub Desktop.
Save jeffmccune/1223382 to your computer and use it in GitHub Desktop.
List AWS Key Names
[jeff@light] 1.8.7@ckcp ~ 1 ↵
% puppet node_aws create --image ami-2342a94a --keyname jeffdne --type t1.micro
err: Unrecognized key name: jeffdne (Suggestion: use the puppet node_aws list_keynames action to find a list of valid key names for your account.)
err: Try 'puppet help node_aws create' for usage
[jeff@light] 1.8.7@ckcp ~ 1 ↵
% puppet node_aws list_keynames
asdf
awsCFtest
cody
jeff
matt
pvande.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment