Does services in 2 amazon accounts connects over internet?

0

Hello,

We have 2 different amazon accounts. First account has EKS (where application is hosted) and other has SQL DB. Does data between these 2 services flow on some AWS backbone network (like Azure) or it flows over internet.

Regards, Tanul

Tanul
已提问 2 个月前390 查看次数
1 回答
1
已接受的回答

The so-called Internet does not pass through. Communication between AWS services is considered to go through Amazon's global network.

A VPC FAQ asks, "Does traffic go over the internet when two instances communicate using public IP addresses, or when instances communicate with a public AWS service endpoint?" The answer is as follows.

No. When using public IP addresses, all communication between instances and services hosted in AWS use AWS's private network.

https://aws.amazon.com/vpc/faqs/?nc1=h_ls

profile picture
专家
shibata
已回答 2 个月前
  • Thank you so much @shibata

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

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

回答问题的准则

相关内容