Skip to main content Skip to complementary content

Create a Security Group For ActiveMQ

In this section, you will create a security group for the EC2 instances hosting your ActiveMQ brokers.

Procedure

  1. In the EC2 console, click Security Groups.
  2. Click Create Security Group.
  3. Use the settings below:
    Field Value
    Security group name ActiveMQ Security Group
    Description Security Group of ActiveMQ brokers
    VPC Select Talend VPC.
  4. In Security group rules, add an SSH rule:
    Field Value
    Type ssh
    Protocol TCP
    Port Range 22
    Source Custom 0.0.0.0/0
  5. In Security group rules, add a TCP Rule:
    Field Value
    Type Custom TCP Rule
    Protocol TCP
    Port Range 8161
    Source Custom 0.0.0.0/0
  6. In Security group rules, add a TCP Rule:
    Field Value
    Type Custom TCP Rule
    Protocol TCP
    Port Range 61616
    Source Custom 0.0.0.0/0

    Review your settings:

  7. Click Create.
    Information noteNote: Note the group-id of the security group e.g. sg-bc2021da in this tutorial. You will need this information when creating the EFS security group.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!