Cloud · Flashcard

Instances pull terabytes per month from S3 through a NAT gateway. What removes most of that charge?

  • AA gateway VPC endpoint for S3, which keeps the traffic off the NAT gateway
  • BA larger NAT gateway size, since per-GB processing falls at higher tiers
  • CS3 Transfer Acceleration, which routes the traffic over the AWS backbone
  • DMoving the bucket to another Region to qualify for lower transfer rates

Why this is the answer

NAT gateways bill per hour and per gigabyte processed, so routing S3 traffic through one is paying to reach a service that is already inside AWS; a gateway endpoint sends it via the VPC route table at no endpoint charge. NAT gateways have no size tiers, Transfer Acceleration is a paid upload optimisation, and moving the bucket to another Region introduces cross-Region transfer charges instead.

Official docs
Study in Gnoseed →