AWS systems-manager documentation change
Summary
Added tagging commands for IAM policies and roles
Security assessment
Adds project/tutorial tags to IAM resources for organizational purposes. No security features are introduced or vulnerabilities addressed.
Diff
diff --git a/systems-manager/latest/userguide/example_iam_GettingStarted_046_section.md b/systems-manager/latest/userguide/example_iam_GettingStarted_046_section.md index 3fd04b40b..35aa3ed99 100644 --- a//systems-manager/latest/userguide/example_iam_GettingStarted_046_section.md +++ b//systems-manager/latest/userguide/example_iam_GettingStarted_046_section.md @@ -419,0 +420,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iam tag-policy --policy-arn "$POLICY_ARN" \ + --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-systems-manager-gs @@ -486,0 +489,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iam tag-role --role-name "$ROLE_NAME" \ + --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-systems-manager-gs