A greenfield VPC design places many private subnets across AZs, each expected to reach AWS APIs and limited internet destinations. NAT Gateway spend projections are high. What networking cost control should architects prioritize?
Select an answer to reveal the explanation.
Short Explanation
Every NAT Gateway is a meter running in the basement—use endpoints for AWS APIs and don’t plant a NAT in every empty closet. Cutting all egress or bouncing APIs through on-prem over the public net isn’t clever thrift.
Full Explanation
Interface and gateway VPC endpoints keep AWS API traffic off NAT Gateways, reducing data-processing charges. NAT Gateways should be placed for real egress needs (often per AZ for HA) rather than multiplied without demand. Blocking all egress breaks operations; forcing API traffic via on-prem public paths adds latency, cost, and risk.