Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit e027ba2

Browse files
authored
Merge pull request #685 from shane-js/patch-1
Update aws-properties-rds-security-group.md - Note Move to AWS::EC2::…
2 parents e306c02 + 2e1d953 commit e027ba2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc_source/aws-properties-rds-security-group.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
The `AWS::RDS::DBSecurityGroup` resource creates or updates an Amazon RDS DB security group\.
44

5-
**Note**
5+
**Note**
6+
7+
DB security groups are a part of the EC2-Classic Platform and as such are not supported in all regions. It is advised to use the `AWS::EC2::SecurityGroup` resource in those regions instead. To determine which platform you are on, see [Determining Whether You Are Using the EC2\-VPC or EC2\-Classic Platform](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.FindDefaultVPC.html)\. For more information on the `AWS::EC2::SecurityGroup`, see the documentation for [EC2 security groups](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html).
8+
69
If you use DB security groups, the settings that you can specify for your DB instances are limited\. For more information, see the [DBSecurityGroups](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsecuritygroups) property of the `AWS::RDS::DBInstance` resource\.
710
When you specify an `AWS::RDS::DBSecurityGroup` as an argument to the `Ref` function, AWS CloudFormation returns the value of the `DBSecurityGroupName`\.
811

@@ -180,4 +183,4 @@ DBSecurityGroup:
180183
EC2SecurityGroupName:
181184
Ref: "WebServerSecurityGroup"
182185
GroupDescription: "Frontend Access"
183-
```
186+
```

0 commit comments

Comments
 (0)