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
posta 4 anni fa612 visualizzazioni
1 Risposta
0
Risposta accettata

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/

con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande