AWS batch documentation change
Summary
Updated references from 'Auto Scaling group' to 'Amazon EC2 Auto Scaling group' for accuracy
Security assessment
This change clarifies documentation by using the full product name but does not relate to security issues or add security-specific content.
Diff
diff --git a/batch/latest/userguide/bestpractice7.md b/batch/latest/userguide/bestpractice7.md index 661619e16..d33d10cab 100644 --- a//batch/latest/userguide/bestpractice7.md +++ b//batch/latest/userguide/bestpractice7.md @@ -21 +21 @@ Errors in AWS Batch often occur at the application level or are caused by instan - * Verify that your instance is created – If an instance is created, it means that your compute environment scaled as expected. If your instances aren't created, find the associated subnets in your compute environment to change. For more information, see [Verify a scaling activity for an Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html). + * Verify that your instance is created – If an instance is created, it means that your compute environment scaled as expected. If your instances aren't created, find the associated subnets in your compute environment to change. For more information, see [Verify a scaling activity for an Amazon EC2 Auto Scaling group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html). @@ -25 +25 @@ We also recommend that you verify that your instances can fulfill your related j - * Verify that your instances are being requested by AWS Batch – Check Auto Scaling group history to verify that your instances are being requested by AWS Batch. This is an indication of how Amazon EC2 tries to acquire instances. If you receive an error stating the Amazon EC2 Spot can’t acquire an instance in a specific Availability Zone, this might be because the Availability Zone doesn't offer a specific instance family. + * Verify that your instances are being requested by AWS Batch – Check Amazon EC2 Auto Scaling group history to verify that your instances are being requested by AWS Batch. This is an indication of how Amazon EC2 tries to acquire instances. If you receive an error stating the Amazon EC2 Spot can’t acquire an instance in a specific Availability Zone, this might be because the Availability Zone doesn't offer a specific instance family.