Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find the DB security group in Amazon RDS console

Not sure if Amazon recently removed DB security group.

Created a DB instance as shown below. But there is no DB security group tab on the left! enter image description here

Back to the dashboard, it says I have 2 DB security groups. However I was redirected to the EC2 security groups when clicked it.

How can I create and configure the DB security groups now?

Thanks! enter image description here

like image 568
Yujun Wu Avatar asked Mar 05 '13 01:03

Yujun Wu


People also ask

How do I find my security group on AWS?

To view your security groups using the consoleOpen the Amazon VPC console at https://console.aws.amazon.com/vpc/ . In the navigation pane, choose Security Groups. Your security groups are listed. To view the details for a specific security group, including its inbound and outbound rules, select the security group.

Does RDS have security groups?

Amazon RDS security groups enable you to manage network access to your Amazon RDS instances. With security groups, you specify sets of IP addresses using CIDR notation, and only network traffic originating from these addresses is recognized by your Amazon RDS instance.

Which security group is used by AWS RDS?

Overview of VPC security groups By specifying a VPC security group as the source, you allow incoming traffic from all instances (typically application servers) that use the source VPC security group. VPC security groups can have rules that govern both inbound and outbound traffic.


1 Answers

After creating VPC the DB security group shows up in the RDS console. Indeed there are some changes Amazon made about the DB security group since Jan 2013.

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.RDSSecurityGroups.html#Overview.RDSSecurityGroups.APIMigration

like image 189
Yujun Wu Avatar answered Sep 23 '22 09:09

Yujun Wu