-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Additional private ip addresses for aws_instance #1557
Comments
+1. This is useful to have a stable IP That can be used to coordinate current PostgreSQL master, for instance. |
👍 would be really helpful |
👍 |
+1 on this feature. |
+1, I currently rely on scripts on the side to achieve that result. |
+1 on this. Badly needed |
+1 please please |
+1 |
1 similar comment
+1 |
+1 This would be very helpful. |
+1, it would great and avoid using workarounds (local-exec script to add secondary IP for instance) |
+1 |
One more +1. :) |
and yet one more +1 |
+1 |
Hi @btsteve and everyone else who has plus-oned this issue! Thanks for this feature request, and sorry for letting it sit ignored for so long. While we'd love to support this, we (the Terraform team) don't have any short-term plans to implement this ourselves. We're trying to prune stale feature requests (that aren't likely to be addressed soon) by closing them. If anyone is still interested in having Terraform support this, we would gladly review a pull request. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Could you please expose adding additional ip addresses to an instance at creation time. This is supported via the api. Instances can have a different number of private ip addresses per ENI. For example I need 10 private ip addresses on an newly created instance. I should be able to add them with out having to attach another ENI if the instance size allows.
See Last Example:
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
ENI Limits:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html
The text was updated successfully, but these errors were encountered: