mitchellh / vagrant-aws

Use Vagrant to manage your EC2 and VPC instances.
MIT License
2.61k stars 574 forks source link

Vagrant up hangs indefinitely #502

Closed chrisspen closed 7 years ago

chrisspen commented 7 years ago

Running your VAGRANT_LOG=debug vagrant up --provider aws seems to create the instance correctly, but it just hangs and never returns. If I terminate it, then it tries to shutdown and terminate the instance, so I can't actually use it. Am I missing something?

gianarb commented 7 years ago

Can you post the stdout? In the end you have or not an instance in aws? I am using this plugin every day and it's working. Where is it pending?

Thanks!

chrisspen commented 7 years ago

Nevermind. I was able to get it working.