-
Notifications
You must be signed in to change notification settings - Fork 343
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
ec2_vpc_nat_gateway should support creating nat gateway with connectivity = private #1260
Closed
1 task done
Comments
Files identified in the description: If these files are inaccurate, please update the |
ansibullbot
added
feature
This issue/PR relates to a feature request
needs_triage
labels
Nov 3, 2022
!component +plugins/modules/ec2_vpc_nat_gateway.py |
Files identified in the description:
If these files are inaccurate, please update the |
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Nov 15, 2022
ec2_vpc_nat_gateway: Add support for connectivity_type = private Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY Fixes: #1260 This PR adds a key 'connectivity_type' to ec2_vpc_nat_gateway module ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net> Reviewed-by: GomathiselviS <None>
alinabuzachis
pushed a commit
to alinabuzachis/amazon.aws
that referenced
this issue
Apr 27, 2023
…ible-collections#1267) ec2_vpc_nat_gateway: Add support for connectivity_type = private Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY Fixes: ansible-collections#1260 This PR adds a key 'connectivity_type' to ec2_vpc_nat_gateway module ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net> Reviewed-by: GomathiselviS <None>
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Apr 28, 2023
…) (#1486) [manual backport stable-5] ec2_vpc_nat_gateway: Add support for connectivity_type = private (#1267) ec2_vpc_nat_gateway: Add support for connectivity_type = private Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY Fixes: #1260 This PR adds a key 'connectivity_type' to ec2_vpc_nat_gateway module ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mandar Kulkarni mandar242@gmail.com Reviewed-by: Gonéri Le Bouder goneri@lebouder.net Reviewed-by: GomathiselviS SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Currently the module always allocates an elastic IP and set the connectivity type for the natgw to public.
It should be possible to set the connectivity type to private and not allocate any elastic/public IP to it. Just like it can be done manually.
Issue Type
Feature Idea
Component Name
ec2_vpc_nat_gateway
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: