Data traffic price

0

I am interesting what is a price for data transfer from/to Lambda@Edge?

For example I have a bucket with an images in Frankfurt region and use Lambda@Edge for resize. As I understood we run Lambda@Edge in a nearest region cache edge. If a user from UK will open my website, we will run Lambda@Edge in London and there will be a cross region traffic (Lambda London <-> S3 Frankfurt). The question what is a price for this traffic? Will it be billed like CF traffic (0$) or cross region (0,02$) or internet (0,09$)?

AWS
已提問 4 年前檢視次數 612 次
1 個回答
0
已接受的答案

Data transferred “in” to and “out” of your AWS Lambda functions from outside the region the function executed in will be charged at the EC2 data transfer rates as listed in the following doc under “Data transfer”.

https://aws.amazon.com/ec2/pricing/on-demand/

Apart from the above data transfer, you will be charged for the s3 read/writes.

Reference: https://aws.amazon.com/lambda/pricing/

已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南