AWS elasticbeanstalk documentation change
Summary
Updated 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' for consistency
Security assessment
Terminology update with no direct security implications. The change does not alter security guidance or address vulnerabilities.
Diff
diff --git a/elasticbeanstalk/latest/dg/AWSHowTo.config.md b/elasticbeanstalk/latest/dg/AWSHowTo.config.md index 5510d65bd..28b2570d1 100644 --- a//elasticbeanstalk/latest/dg/AWSHowTo.config.md +++ b//elasticbeanstalk/latest/dg/AWSHowTo.config.md @@ -96 +96 @@ You can create AWS Config rules, which represent the ideal configuration setting -If a resource violates a rule and is flagged as _noncompliant_ , AWS Config can alert you using an [Amazon Simple Notification Service (Amazon SNS)](https://aws.amazon.com/sns/) topic. To programmatically consume the data in these AWS Config alerts, use an [Amazon Simple Queue Service (Amazon SQS)](https://aws.amazon.com/sqs/) queue as the notification endpoint for the Amazon SNS topic. For example, you might want to write code that starts a workflow when someone modifies your environment's Auto Scaling group configuration. +If a resource violates a rule and is flagged as _noncompliant_ , AWS Config can alert you using an [Amazon Simple Notification Service (Amazon SNS)](https://aws.amazon.com/sns/) topic. To programmatically consume the data in these AWS Config alerts, use an [Amazon Simple Queue Service (Amazon SQS)](https://aws.amazon.com/sqs/) queue as the notification endpoint for the Amazon SNS topic. For example, you might want to write code that starts a workflow when someone modifies your environment's Amazon EC2 Auto Scaling group configuration.