-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
AWS VPC support: assignment and routing of public IPs is broken #277
Labels
Comments
Just realized that the "modify main routing table" request is already there: #193 |
Thanks, I'll take a look at this sans the routing table since that is a separte issue. |
Looks like we don't support enabling that "Auto-Assign Public IP" feature yet in configs. I've re-tagged this as an enhancement. |
Just tested and this works:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is my VPC setup:
This setup has the following issues:
associate_public_ip_address = true
is set in the instance resource configurationI got this to work as follows:
terraform apply
Auto-assign Public IP
in the created subnet to true0.0.0.0/0
to created gatewayterraform apply
to recreate instances, which will now get public IPs assigned that are properly routedI am using 0.2.1
The text was updated successfully, but these errors were encountered: