Re: [vagrant-up] Unable to ssh to a vagrant started ec2 ubuntu instance

2014-10-12 Thread Torben Knerr
And does the "my-app" security group allow for SSH traffic? Cheers, Torben Am 12.10.2014 22:06 schrieb "Alvaro Miranda Aguilera" : > > On Sun, Oct 12, 2014 at 11:44 PM, Anthony Kong > wrote: > >> 54.186.111.213 > > > Does that ami have user ubuntu with access the vagrant private ssh key? > > Oth

Re: [vagrant-up] Unable to ssh to a vagrant started ec2 ubuntu instance

2014-10-12 Thread Alvaro Miranda Aguilera
On Sun, Oct 12, 2014 at 11:44 PM, Anthony Kong wrote: > 54.186.111.213 Does that ami have user ubuntu with access the vagrant private ssh key? Otherwise you need to use what you got to connect to those ami override.ssh.username = "root" override.ssh.private_key_path = "/path/x

[vagrant-up] Unable to ssh to a vagrant started ec2 ubuntu instance

2014-10-12 Thread Anthony Kong
After I ran vagrant up --provider=aws, I could see an ec2 instance being created and became up and running. However it will invariably stuck at this point ==> default: Waiting for SSH to become available... I had to ctrl-c the job which results in the termination of the said ec2 instance. P