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.

asked a year ago225 views
1 Answer
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions