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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则