AWS code-library documentation change
Summary
Added tags to IAM policy and role resources.
Security assessment
Changes add project/tutorial tags to IAM resources for organizational purposes. No security features or vulnerabilities are addressed.
Diff
diff --git a/code-library/latest/ug/ssm_example_iam_GettingStarted_046_section.md b/code-library/latest/ug/ssm_example_iam_GettingStarted_046_section.md index 0ff70107d..af2855467 100644 --- a//code-library/latest/ug/ssm_example_iam_GettingStarted_046_section.md +++ b//code-library/latest/ug/ssm_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