You pay for all bandwidth into and out of Amazon S3, except for the following:
Data transferred from an Amazon S3 bucket to any AWS service(s) within the same AWS Region as the S3 bucket (including to a different account in the same AWS Region).
That avoids paying NAT Gateway charges for traffic to S3 and in my testing also made a bit of a latency reduction, which came in handy once when I had a one-off data small file migration.
Comments
https://aws.amazon.com/s3/pricing/
Ooooh very neat thanks for sharing:) That has... interesting potential...
Also consider enabling S3 gateway endpoints:
https://docs.aws.amazon.com/vpc/latest/privatelink/vpce-gate...
That avoids paying NAT Gateway charges for traffic to S3 and in my testing also made a bit of a latency reduction, which came in handy once when I had a one-off data small file migration.
Thank you:)