AWS code-library documentation change
Summary
Added tagging commands for IAM policies and roles with project/tutorial identifiers
Security assessment
Changes implement resource tagging for organizational tracking. No security features are documented or vulnerabilities addressed. Standard operational practice without security impact.
Diff
diff --git a/code-library/latest/ug/sts_example_iam_GettingStarted_046_section.md b/code-library/latest/ug/sts_example_iam_GettingStarted_046_section.md index 94954cf93..79267d01b 100644 --- a//code-library/latest/ug/sts_example_iam_GettingStarted_046_section.md +++ b//code-library/latest/ug/sts_example_iam_GettingStarted_046_section.md @@ -421,0 +422,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 @@ -488,0 +491,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