If a Lambda @ Edge function calls DynamoDB, does the traffic stay within the AWS network?

0

Looking to improve network performance and security and their applications is distributed.

One of the options they are considering is Lambda @ Edge connecting to DynamoDB but they (and tbh I) cannot find anywhere if the traffic between a Lambda @ Edge function and DynamoDB would stay within the internal AWS network of not.

Also relevant if there is a difference were they to use DynamoDB global tables, i.e., maybe across regions we leave the internal network but if it were global tables, connecting to the table in the same region as the originating lambda @ edge would stay within AWS network.

Thanks!

AWS
luisoa
已提问 3 年前1222 查看次数
1 回答
0
已接受的回答

Hello,

Since Lambda edge is hosted via Cloudfront you can be assured that the traffic does not leave AWS and uses the backbone network between lambda @edge and Dynamodb. You will find this https://aws.amazon.com/cloudfront/features/ link helpful as it explains this point. The same would prove true for Dynamodb global tables since the traffic would still be going through our backbone even if it were going to another region.

AWS
已回答 3 年前

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

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

回答问题的准则