frscjedi@gmail.com
2013-Jun-02 20:50 UTC
[Puppet Users] AWS Node Create with Puppet Cloud Provisioning : Listing Key Names
Hi folks. hopefully this is a easy newbie question you may be able to answer. I''m trying to deploy a AWS EC2 node using "puppet node_aws create ..." but am getting stuck at "puppet node_*aws list_*keynames". Unfortunately it doesn''t return anything. I created/downloaded/ssh-add''ed the key pair and created a security group which I hope is allowing inbound SSH/port from my source IP, but no luck. To note, I do get a AWS EC2 instance listing from "pupet node_aws list" Any ideas? Thanks in advance! $ puppet node*aws create --type t1.micro --image ami-ad36fbc4 --keyname pp_* kp err: Unrecognized key name: pp*kp (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 $ puppet node*aws list*keynames $ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
frscjedi@gmail.com
2013-Jun-02 22:29 UTC
[Puppet Users] Re: AWS Node Create with Puppet Cloud Provisioning : Listing Key Names
Eureka !!! Though I created my key pairs, it didn''t sink in that I created it in the Amazon Oregon region. Be default "puppet node_aws create (or list_keynames)" defaults to the east coast Virginia region. Once I specified the region to reference my predefined key pair within the respective node_aws commands, I was able to launch my AMI instance. =) $ puppet node_aws create --keyname pp_kp --region=us-west-2 --type t1.micro --image ami-77be2f47 notice: Creating new instance ... notice: Creating new instance ... Done notice: Creating tags for instance ... notice: Creating tags for instance ... Done notice: Launching server i-24285d11 ... ################### notice: Server i-24285d11 is now launched On Sunday, June 2, 2013 1:50:33 PM UTC-7, frsc...@gmail.com wrote:> > Hi folks. hopefully this is a easy newbie question you may be able to > answer. > > I''m trying to deploy a AWS EC2 node using "puppet node_aws create ..." but > am getting stuck at "puppet node_*aws list_*keynames". Unfortunately it > doesn''t return anything. I created/downloaded/ssh-add''ed the key pair and > created a security group which I hope is allowing inbound SSH/port from my > source IP, but no luck. > > To note, I do get a AWS EC2 instance listing from "pupet node_aws list" > > Any ideas? Thanks in advance! > > $ puppet node*aws create --type t1.micro --image ami-ad36fbc4 --keyname > pp_*kp > > err: Unrecognized key name: pp*kp (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 > > $ puppet node*aws list*keynames > > $ >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.