AWS autoscaling documentation change
Summary
Updated terminology to consistently use 'Amazon EC2 Auto Scaling' instead of 'Auto Scaling' throughout the document, including group references and event handling
Security assessment
The changes are purely branding/nomenclature updates without altering security functionality. No vulnerabilities, security configurations, or incident response procedures were modified. The updates maintain existing security practices without introducing new security content.
Diff
diff --git a/autoscaling/ec2/userguide/as-monitoring-features.md b/autoscaling/ec2/userguide/as-monitoring-features.md index 5520b68d5..4b7bfde7b 100644 --- a//autoscaling/ec2/userguide/as-monitoring-features.md +++ b//autoscaling/ec2/userguide/as-monitoring-features.md @@ -12 +12 @@ Monitoring is an important part of maintaining the reliability, availability, an -Amazon EC2 Auto Scaling periodically performs health checks on the instances in your Auto Scaling group. If an instance does not pass its health check, it is marked unhealthy and will be terminated while Amazon EC2 Auto Scaling launches a new instance to replace it. For more information, see [Health checks for instances in an Auto Scaling group](./ec2-auto-scaling-health-checks.html). +Amazon EC2 Auto Scaling periodically performs health checks on the instances in your Amazon EC2 Auto Scaling group. If an instance does not pass its health check, it is marked unhealthy and will be terminated while Amazon EC2 Auto Scaling launches a new instance to replace it. For more information, see [Health checks for instances in an Amazon EC2 Auto Scaling group](./ec2-auto-scaling-health-checks.html). @@ -22 +22 @@ The AWS Health Dashboard displays information, and also provides notifications t -With AWS CloudTrail, you can track the calls made to the Amazon EC2 Auto Scaling API by or on behalf of your AWS account. CloudTrail stores the information in log files in the Amazon S3 bucket that you specify. You can use these log files to monitor activity of your Auto Scaling groups. Logs include which requests were made, the source IP addresses where the requests came from, who made the request, when the request was made, and so on. For more information, see [Log Amazon EC2 Auto Scaling API calls with AWS CloudTrail](./logging-using-cloudtrail.html). +With AWS CloudTrail, you can track the calls made to the Amazon EC2 Auto Scaling API by or on behalf of your AWS account. CloudTrail stores the information in log files in the Amazon S3 bucket that you specify. You can use these log files to monitor activity of your Amazon EC2 Auto Scaling groups. Logs include which requests were made, the source IP addresses where the requests came from, who made the request, when the request was made, and so on. For more information, see [Log Amazon EC2 Auto Scaling API calls with AWS CloudTrail](./logging-using-cloudtrail.html). @@ -33 +33 @@ For information about other AWS services that can help you log and collect data -Amazon CloudWatch helps you analyze logs and, in real time, monitor the metrics of your AWS resources and hosted applications. You can collect and track metrics, create customized dashboards, and set alarms that notify you or take actions when a specified metric reaches a threshold that you specify. For example, you can be notified when network activity is suddenly higher or lower than a metric's expected value. For more information about using this service to monitor the metrics of your Auto Scaling groups and instances, see [Monitor CloudWatch metrics for your Auto Scaling groups and instances](./ec2-auto-scaling-cloudwatch-monitoring.html). +Amazon CloudWatch helps you analyze logs and, in real time, monitor the metrics of your AWS resources and hosted applications. You can collect and track metrics, create customized dashboards, and set alarms that notify you or take actions when a specified metric reaches a threshold that you specify. For example, you can be notified when network activity is suddenly higher or lower than a metric's expected value. For more information about using this service to monitor the metrics of your Amazon EC2 Auto Scaling groups and instances, see [Monitor CloudWatch metrics for your Amazon EC2 Auto Scaling groups and instances](./ec2-auto-scaling-cloudwatch-monitoring.html). @@ -40 +40 @@ CloudWatch also tracks AWS API usage metrics for Amazon EC2 Auto Scaling. You ca -Compute Optimizer provides Amazon EC2 instance recommendations that can help you decide whether to move to a new instance type. It analyzes whether an Auto Scaling group's instance type is optimal and generates recommendations to reduce the cost and improve the performance of your workloads. For more information, see [Get instance type recommendations with AWS Compute Optimizer](./asg-getting-recommendations.html). +Compute Optimizer provides Amazon EC2 instance recommendations that can help you decide whether to move to a new instance type. It analyzes whether an Amazon EC2 Auto Scaling group's instance type is optimal and generates recommendations to reduce the cost and improve the performance of your workloads. For more information, see [Get instance type recommendations with AWS Compute Optimizer](./asg-getting-recommendations.html). @@ -45 +45 @@ Compute Optimizer provides Amazon EC2 instance recommendations that can help you -Amazon EventBridge is a serverless event bus service that makes it easy to connect your applications with data from a variety of sources. EventBridge delivers a stream of real-time data from your own applications, Software-as-a-Service (SaaS) applications, and AWS services and routes that data to targets such as Lambda. This lets you monitor events that happen in services, and build event-driven architectures. For more information, see [Use EventBridge to handle Auto Scaling events](./automating-ec2-auto-scaling-with-eventbridge.html). +Amazon EventBridge is a serverless event bus service that makes it easy to connect your applications with data from a variety of sources. EventBridge delivers a stream of real-time data from your own applications, Software-as-a-Service (SaaS) applications, and AWS services and routes that data to targets such as Lambda. This lets you monitor events that happen in services, and build event-driven architectures. For more information, see [Use EventBridge to handle Amazon EC2 Auto Scaling events](./automating-ec2-auto-scaling-with-eventbridge.html). @@ -55 +55 @@ Use [AWS Security Hub](https://docs.aws.amazon.com/securityhub/latest/userguide/ -You can configure Auto Scaling groups to send Amazon SNS notifications when Amazon EC2 Auto Scaling launches or terminates instances. For more information, see [Amazon SNS notification options for Amazon EC2 Auto Scaling](./ec2-auto-scaling-sns-notifications.html). +You can configure Amazon EC2 Auto Scaling groups to send Amazon SNS notifications when Amazon EC2 Auto Scaling launches or terminates instances. For more information, see [Amazon SNS notification options for Amazon EC2 Auto Scaling](./ec2-auto-scaling-sns-notifications.html).