Egress fees between CloudFront distributions?

0

If I have a CloudFront distribution pointing to another distribution, do I pay egress fees twice (once per distribution) for each HTTP request or is the egress between distributions free, like S3->distribution is?

gefragt vor 2 Jahren415 Aufrufe
1 Antwort
0

CloudFront charges for each HTTP/HTTPS request but does not charge for origin fetches from an AWS Origin such as an S3 bucket, EC2 instance, Lambda function, or Elastic Load Balancer. In this case, a CloudFront distribution is not considered an AWS Origin therefore the requests between the two will result in double the egress fees.

If you are using an AWS service as the origin for your content, data transferred from origin to edge locations (Amazon CloudFront origin fetches) are free of charge. This applies to data transfer from all AWS regions to all global CloudFront edge locations. Data transfer out from AWS services for all non-origin fetch traffic (such as multi-CDN traffic) to CloudFront will incur their respective regional data transfer out charges.
 
This document has more information: https://aws.amazon.com/cloudfront/pricing/
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen