Create Security Group (AMI)
A security group is necessary to allow communication between the CA API Gateway and Amazon Web Services.
gateway90
A security group is necessary to allow communication between the CA API Gateway and Amazon Web Services.
To create a new security group:
- Log into your AWS Management Console at https://aws.amazon.com/console.
- Under Compute, clickEC2.
- Under the Network and Security section, clickSecurity Groups.
- ClickCreate Security groupand then complete the following:
- Security group name:EnterSSG
- Description:Enter a brief description of the group.
- VPC:Accept the default value.
- ClickAdd Rulefor Inbound and create these firewall group settings:TypeProtocolPort RangeSourceCustom TCP RuleTCP9443Custom or AnywhereCustom TCP RuleTCP8080Custom or AnywhereCustom TCP RuleTCP8182*Custom or AnywhereCustom TCP RuleTCP8443Custom or AnywhereSSHTCP22Custom or AnywhereGateway InternodeCommunication/ControlTCP2124Custom or Anywhere"Custom" for the Source lets you restrict the access to only known IP addresses. If you do not wish to restrict, select "Anywhere".*Note that defining port 8182 is optional and is required only if the Enterprise Service Manager is installed.
- ClickCreatewhen done.
- Repeat steps 4 to 7 to create a new security group namedSSG DB
- In step 6, add this additional Inbound firewall rule:TypeProtocolPort RangeSourceMYSQL/AuroraTCP3306<see note below>For the Source, selectCustom IPand then enter the Group ID from the "SSG" Security Group created above (for example: sg-705d461c (SSG)).
Next step: Create a New RDS Parameter Group