Created
September 16, 2011 23:12
-
-
Save jeffmccune/1223382 to your computer and use it in GitHub Desktop.
List AWS Key Names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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