Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.