Bird
0
0

A developer wants to reduce NAT Gateway data transfer costs for private subnet instances accessing the internet. What is a good solution?

hard📝 Application Q9 of 15
AWS - Cost Optimization
A developer wants to reduce NAT Gateway data transfer costs for private subnet instances accessing the internet. What is a good solution?
AUse a NAT instance instead of NAT Gateway
BMove instances to public subnets
CDisable internet access for private subnet instances
DUse VPC endpoints for AWS services
Step-by-Step Solution
Solution:
  1. Step 1: Understand NAT Gateway costs

    NAT Gateway charges apply for internet-bound data from private subnets.
  2. Step 2: Use VPC endpoints

    VPC endpoints allow private subnet instances to access AWS services without internet or NAT Gateway, reducing costs.
  3. Final Answer:

    Use VPC endpoints for AWS services to reduce NAT Gateway data transfer costs -> Option D
  4. Quick Check:

    VPC endpoints reduce NAT Gateway usage [OK]
Quick Trick: VPC endpoints cut NAT Gateway data costs [OK]
Common Mistakes:
  • Thinking NAT instance always cheaper
  • Moving instances to public subnet may expose security risks
  • Disabling internet access may break functionality

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes