AWS AWSEC2 documentation change
Summary
Updated AWS CLI documentation links for IAM instance profile association commands
Security assessment
The changes are purely URL format updates for CLI command references. While IAM roles are security-related, the documentation changes do not introduce new security guidance or address vulnerabilities.
Diff
diff --git a/AWSEC2/latest/UserGuide/attach-iam-role.md b/AWSEC2/latest/UserGuide/attach-iam-role.md index 526c8c12c..566485fba 100644 --- a//AWSEC2/latest/UserGuide/attach-iam-role.md +++ b//AWSEC2/latest/UserGuide/attach-iam-role.md @@ -42 +42 @@ AWS CLI -Use the [associate-iam-instance-profile](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/associate-iam-instance-profile.html) command to attach the IAM role to the instance. When you specify the instance profile, you can use either the Amazon Resource Name (ARN) of the instance profile, or you can use its name. +Use the [associate-iam-instance-profile](https://docs.aws.amazon.com/cli/latest/reference/ec2/associate-iam-instance-profile.html) command to attach the IAM role to the instance. When you specify the instance profile, you can use either the Amazon Resource Name (ARN) of the instance profile, or you can use its name. @@ -88 +88 @@ AWS CLI - 1. If required, use the [describe-iam-instance-profile-associations](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-iam-instance-profile-associations.html) command to get the association ID. + 1. If required, use the [describe-iam-instance-profile-associations](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-iam-instance-profile-associations.html) command to get the association ID. @@ -94 +94 @@ AWS CLI - 2. Use the [replace-iam-instance-profile-association](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/replace-iam-instance-profile-association.html) command. Specify the association ID for the existing instance profile and the ARN or name of the new instance profile. + 2. Use the [replace-iam-instance-profile-association](https://docs.aws.amazon.com/cli/latest/reference/ec2/replace-iam-instance-profile-association.html) command. Specify the association ID for the existing instance profile and the ARN or name of the new instance profile. @@ -150 +150 @@ AWS CLI - 1. If required, use [describe-iam-instance-profile-associations](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-iam-instance-profile-associations.html) to get the association ID for the IAM instance profile to detach. + 1. If required, use [describe-iam-instance-profile-associations](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-iam-instance-profile-associations.html) to get the association ID for the IAM instance profile to detach. @@ -156 +156 @@ AWS CLI - 2. Use the [disassociate-iam-instance-profile](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/disassociate-iam-instance-profile.html) command. + 2. Use the [disassociate-iam-instance-profile](https://docs.aws.amazon.com/cli/latest/reference/ec2/disassociate-iam-instance-profile.html) command.