Verify Security Groups

Prev Next

The security group contains the firewall settings for EC2 instances and interfaces (xNICs).

To ensure security groups are set up properly for cloudSwXtch:

  1. Navigate to the VPC console.

  2. Select the "Security Groups" link as shown below. (Note: There are multiple ways to get to the "Security Groups" page.)

  3. Select the Security Group that is normally used to create your EC2 instances for your application. (Note: The names in the example will be different in your environment.)

  4. In order for certain features to work in your cloudSwXtch, you will need to add inbound rules to open specific ports originating from that security group. You can find the ports outlined in the cloudSwXtch System Requirements article under "Firewall and Security Group Rules." 

  5. If an inbound rule does not exist, create it by selecting "Edit inbound rules." 

  6. Select "Add Rule."

  7. Enter the information like the screenshot shown below verifying that the ID of the SG on Source matches the SG you are editing.

  8. Save the rule.

Additional Rules

Mandatory Inbound Rule For Mesh

In order to use the Mesh feature bidirectionally between VPCs, users must also add the following inbound rule to each SG:

  • Type: Custom UDP

  • Protocol: UDP

  • Port Range: 9999

  • Source: Custom/Anywhere-IPv4 0.0.0.0/0
    AWS_mesh-inbound-rule