Ask Your Question
0

What is the correct procedure for opening port 5672 on AWS console to use RabbitMQ?

asked 2023-05-31 08:42:35 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-31 09:11:02 +0000

ladyg gravatar image

The steps to open port 5672 on AWS console are as follows:

  1. Log in to your AWS console and navigate to the EC2 dashboard.

  2. Find the instance you want to configure and select it.

  3. Click on the "Security Groups" option under the "Description" tab.

  4. Select the security group you want to edit, and click "Edit inbound rules."

  5. Click "Add rule" and select "Custom TCP Rule."

  6. Enter "5672" as the port range and select "0.0.0.0/0" as the source.

  7. Click "Save rules" to apply the changes.

  8. Verify that the changes are applied by running a port test using a tool like Telnet or test connection from RabbitMQ client.

Note: Ensure to only provide necessary permissions for how the port is to be accessed as this could be a security concern.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-31 08:42:35 +0000

Seen: 1 times

Last updated: May 31 '23