Creating Security Group

Creating security group

In this step we are going to create the security group for Amazon RDS and EC2 instance

  1. Go to VPC console
  2. In the left nav bar , click on security group .
  3. click on create security group

role 4. In the create security group form :

  • Name the security group as SCG-RDS
  • Name the description as security group for RDS
  • In the inbound rule add 4 different rule :
    • one for SSH
    • one for HTTP
    • one for HTTPS
    • one for SQL/AURORA
    • set all the source to ipv4-everywhere

role

  • on the out bound rule set as All traffic
  • then click create security group role