AWS elasticbeanstalk documentation change
Summary
Updated link text from 'Security groups' to 'EC2 security groups' in security group documentation reference
Security assessment
This is a minor editorial change to link labeling without altering security content or addressing vulnerabilities. The security group documentation itself remains unchanged.
Diff
diff --git a/elasticbeanstalk/latest/dg/concepts-webserver.md b/elasticbeanstalk/latest/dg/concepts-webserver.md index ba173dc6b..b94d0cde0 100644 --- a//elasticbeanstalk/latest/dg/concepts-webserver.md +++ b//elasticbeanstalk/latest/dg/concepts-webserver.md @@ -38 +38 @@ The host manager reports metrics, errors and events, and server instance status, -The Amazon EC2 instances shown in the diagram are part of one _security group_. A security group defines the firewall rules for your instances. By default, Elastic Beanstalk defines a security group, which allows everyone to connect using port 80 (HTTP). You can define more than one security group. For example, you can define a security group for your database server. For more information about Amazon EC2 security groups and how to configure them for your Elastic Beanstalk application, see [Security groups](./using-features.managing.ec2.console.html#using-features.managing.ec2.securitygroups). +The Amazon EC2 instances shown in the diagram are part of one _security group_. A security group defines the firewall rules for your instances. By default, Elastic Beanstalk defines a security group, which allows everyone to connect using port 80 (HTTP). You can define more than one security group. For example, you can define a security group for your database server. For more information about Amazon EC2 security groups and how to configure them for your Elastic Beanstalk application, see [EC2 security groups](./using-features.managing.ec2.console.html#using-features.managing.ec2.securitygroups).