Connect on-premises app to RabbitMQ

0

I'm building two RabbitMQ clusters in two AZ in the same VPC. I need to have an application running on AWS to connect to RabbitMQ. How can i integrate them? I don't want to have the traffic going through public internet.

已提問 1 年前檢視次數 234 次
1 個回答
0

Access to the RabbitMQ cluster from EC2 for applications in the VPC does not go out to the public Internet.
AWS service-to-service communication does not access the public Internet as described in the following document.

Q. Does traffic go over the internet when two instances communicate using public IP addresses, or when instances communicate with a public AWS service endpoint?

No. When using public IP addresses, all communication between instances and services hosted in AWS use AWS's private network. Packets that originate from the AWS network with a destination on the AWS network stay on the AWS global network, except traffic to or from AWS China Regions.

In addition, all data flowing across the AWS global network that interconnects our data centers and Regions is automatically encrypted at the physical layer before it leaves our secured facilities. Additional encryption layers exist as well; for example, all VPC cross-region peering traffic, and customer or service-to-service Transport Layer Security (TLS) connections.

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

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南