AWS elasticbeanstalk documentation change
Summary
Updated 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' in security group configuration instructions
Security assessment
Clarifies the correct service name for Auto Scaling groups in security group rules. While security groups are security-related, this change does not address a vulnerability or add new security documentation.
Diff
diff --git a/elasticbeanstalk/latest/dg/rds-external-defaultvpc.md b/elasticbeanstalk/latest/dg/rds-external-defaultvpc.md index 86ef76262..097fe2736 100644 --- a//elasticbeanstalk/latest/dg/rds-external-defaultvpc.md +++ b//elasticbeanstalk/latest/dg/rds-external-defaultvpc.md @@ -71 +71 @@ Next, modify the security group that's attached to your DB instance to allow inb - 10. For **Source** , type `sg-` to view a list of available security groups. Choose the security group that's associated with the Auto Scaling group that's used with your Elastic Beanstalk environment. This is so that Amazon EC2 instances in the environment can have access to the database. + 10. For **Source** , type `sg-` to view a list of available security groups. Choose the security group that's associated with the Amazon EC2 Auto Scaling group that's used with your Elastic Beanstalk environment. This is so that Amazon EC2 instances in the environment can have access to the database.