Skip to content

Instantly share code, notes, and snippets.

@wfarr
Created May 17, 2011 17:55
Show Gist options
  • Save wfarr/976978 to your computer and use it in GitHub Desktop.
Save wfarr/976978 to your computer and use it in GitHub Desktop.
ree-1.8.7-2011.03@umpire in umpire/ on i-herd-u-liek-chef
› knife ec2 server create -I ami-3202f25b -f t1.micro -S umpire -x ubuntu --region us-east-1
Instance ID: i-a9fd03c7
Flavor: t1.micro
Image: ami-3202f25b
Availability Zone: us-east-1a
Security Groups: default
SSH Key: umpire
Waiting for server...............
Public DNS Name: ec2-50-17-179-153.compute-1.amazonaws.com
Public IP Address: 50.17.179.153
Private DNS Name: domU-12-31-39-02-29-1C.compute-1.internal
Private IP Address: 10.248.46.234
Waiting for sshd....done
Bootstrapping Chef on ec2-50-17-179-153.compute-1.amazonaws.com
ERROR: Errno::ENOENT: No such file or directory - /etc/chef/validation.pem
ree-1.8.7-2011.03@umpire in umpire/ on i-herd-u-liek-chef
› ssh ec2-50-17-179-153.compute-1.amazonaws.com
Warning: Permanently added 'ec2-50-17-179-153.compute-1.amazonaws.com,50.17.179.153' (RSA) to the list of known hosts.
Linux domU-12-31-39-02-29-1C 2.6.32-312-ec2 #24-Ubuntu SMP Fri Jan 7 18:30:50 UTC 2011 x86_64 GNU/Linux
Ubuntu 10.04.2 LTS
Welcome to Ubuntu!
ubuntu@domU-12-31-39-02-29-1C:~$ logout
Connection to ec2-50-17-179-153.compute-1.amazonaws.com closed.
ree-1.8.7-2011.03@umpire in umpire/ on i-herd-u-liek-chef
› tail -n 4 ~/.ssh/config
Host ec2*compute-1.amazonaws.com
StrictHostKeyChecking no
User ubuntu
IdentityFile /Users/wfarr/Downloads/umpire.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment