Creating Security Group
Creating security group
In this step we are going to create the security group for Amazon RDS and EC2 instance
- Go to VPC console
- In the left nav bar , click on security group .
- click on create security group
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

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