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
feita há 4 anos612 visualizações
1 Resposta
0
Resposta aceita

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/

respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas