Create an “Allow All” Security Group in your AWS Console

As your Stormshield Network Security EVA will provide security to your network by itself, the Amazon Web Services network filter to and from your EVA instance should be deactivated.

In order to do this, create a Security Group allowing all traffic. This Security Group will later be attached to your EVA instance

Creating a security group

  1. In the Services menu, select the VPC section.
  2. In the Security menu, select Security Groups.
  3. Click on Create security group.
  4. Name this new Security Group.
  5. Add a Description.
  6. Select your VPC.
  7. Click on Create.
  8. Validate.

Creating inbound rules

  1. Select your Security group in the list
  2. Click on the Inbound Rules tab.
  3. Click on Edit rules.
  4. In the Type column, select All Traffic.
  5. In the sSource column, select Anywhere
  6. Click on Save rules.
  7. Click on Close

Creating outbound rules

  1. Click on the Outbound Rules tab.
  2. Click on Edit rules.
    The Outbound Rules tab should already be set to allow all outbound traffic. If it isn’t, perform the same actions as for Inbound traffic (same values).

Your Security Group is now ready to be used during the creation of your EVA instance.