AWS autoscaling documentation change
Summary
Updated documentation to consistently use 'Amazon EC2 Auto Scaling groups' terminology instead of 'Auto Scaling groups' throughout the page
Security assessment
The changes are purely terminological updates to use the full service name. No security vulnerabilities or new security features are addressed. The modifications maintain existing security documentation about tag-based access control without altering security implications.
Diff
diff --git a/autoscaling/ec2/userguide/tag-security.md b/autoscaling/ec2/userguide/tag-security.md index 6ca771a5d..b01e7b051 100644 --- a//autoscaling/ec2/userguide/tag-security.md +++ b//autoscaling/ec2/userguide/tag-security.md @@ -7 +7 @@ -Use tags to verify that the requester (such as an IAM user or role) has permissions to create, modify, or delete specific Auto Scaling groups. Provide tag information in the condition element of an IAM policy by using one or more of the following condition keys: +Use tags to verify that the requester (such as an IAM user or role) has permissions to create, modify, or delete specific Amazon EC2 Auto Scaling groups. Provide tag information in the condition element of an IAM policy by using one or more of the following condition keys: @@ -9 +9 @@ Use tags to verify that the requester (such as an IAM user or role) has permissi - * Use `autoscaling:ResourceTag/`tag-key`: `tag-value`` to allow (or deny) user actions on Auto Scaling groups with specific tags. + * Use `autoscaling:ResourceTag/`tag-key`: `tag-value`` to allow (or deny) user actions on Amazon EC2 Auto Scaling groups with specific tags. @@ -18 +18 @@ Use tags to verify that the requester (such as an IAM user or role) has permissi -For example, you could deny access to all Auto Scaling groups that include a tag with the key ``environment`` and the value ``production``, as shown in the following example. +For example, you could deny access to all Amazon EC2 Auto Scaling groups that include a tag with the key ``environment`` and the value ``production``, as shown in the following example. @@ -46 +46 @@ JSON -For more information about using condition keys to control access to Auto Scaling groups, see [How Amazon EC2 Auto Scaling works with IAM](./control-access-using-iam.html). +For more information about using condition keys to control access to Amazon EC2 Auto Scaling groups, see [How Amazon EC2 Auto Scaling works with IAM](./control-access-using-iam.html).