-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support disable nat gateway and use public subnet (#132)
### Motivation For save nat gateway costs ### Modifications - Add `disable_nat_gateway` variable to vpc tf module for support disable NAT Gateway when provisioning VPC. - this will disable create the EIP, NAT Gateway, RouteTable and Route for private subnet (it will use the main default rtb) - this will enable auto assign public ip for public subnet - Add `enable_nodes_use_public_subnet` variable to terraform-aws-cloud module for support use public ip nodes when provisioning EKS - Update tf docs ### Verifying this change - [x] Make sure that the change passes the CI checks. This change has been verified by provisioning an AWS env. ### Documentation - [x] `doc` (If this PR contains doc changes)
- Loading branch information
Showing
6 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters