-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't support AWS VPC #28
Comments
It seems that this error message tells that you tried to spin up an instance in non-VPC area even though you specified VPC security groups. Are you sure to set subnet-id which is associated with security groups which you specified?? |
@everpeace Well, because |
@xbeta oh, you used standalone. Standalone doesn't assume to use VPC. So, you have to set normal security groups. |
@everpeace Sure. I added and it does created the instance in EC2, but the ssh waits seems to be stuck, it waits forever and hang there. Except I could manually ssh in and EC2 console shows that's running. Any thoughts on that? |
@xbeta maybe you have to check your vagrant's debug mode would also guide you to solve the issue.
|
@everpeace you are right, it's the bad keypair. It's OK now. The provisioning is running. By the way, why wouldn't standalone be allowed to run within VPC ? (Testing purpose) |
@xbeta Yeah, you're right. Definitely, I should support standalone within VPC. I will take this task in this weekend maybe. I would be really happy if you could issue pull request for this :-) |
I created a task for supporting VPC in standalone. so I closed this. |
@everpeace |
I got this error when trying to bootstrap on AWS VPC
The text was updated successfully, but these errors were encountered: