aws-ia / terraform-aws-control_tower_account_factory

AWS Control Tower Account Factory
Apache License 2.0
604 stars 386 forks source link

disable nat gateway in vpc which aft setup #386

Closed devopscaxsol closed 10 months ago

devopscaxsol commented 10 months ago

Hello

can we disable nat gateway creation while launching AFT module first time?

stumins commented 10 months ago

Hi @devopscaxsol,

Unfortunately disabling NAT Gateway creation is not possible at this time. We are tracking the optional provisioning of AFT networking components under https://github.com/aws-ia/terraform-aws-control_tower_account_factory/issues/150.

To reduce networking related costs, you may be interested in disabling VPC Endpoints by setting the AFT deployment parameter aft_vpc_endpoints = false.

I'm going to close this issue as a duplicate - please track https://github.com/aws-ia/terraform-aws-control_tower_account_factory/issues/150. for status updates regarding this request.