1 Answer
- Newest
- Most votes
- Most comments
1
This is explicitly stated on the S3 pricing page (https://aws.amazon.com/s3/pricing/), on the "data transfer" tab:
You pay for all bandwidth into and out of Amazon S3, except for the following: [...] Data transferred out to Amazon CloudFront (CloudFront).
You'll still pay the S3 GET request fees, and the egress data transfer fees from CloudFront to the internet, but not for data transfer from S3 to CloudFront edge locations or regional edge caches.
Relevant content
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 7 months ago

Great answer, thanks a lot.