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
preguntada hace 4 años612 visualizaciones
1 Respuesta
0
Respuesta aceptada

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 hace 4 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas