diff --git a/modules/aws-eb-env/main.tf b/modules/aws-eb-env/main.tf index 092a470..c926fea 100644 --- a/modules/aws-eb-env/main.tf +++ b/modules/aws-eb-env/main.tf @@ -26,7 +26,7 @@ module "subnets" { vpc_id = module.vpc.vpc_id igw_id = module.vpc.igw_id cidr_block = module.vpc.vpc_cidr_block - nat_gateway_enabled = "true" + nat_gateway_enabled = "false" # This costs a LOT map_public_ip_on_launch = "true" }