AWS code-library documentation change
Summary
Added resource tagging for Redshift cluster and IAM role
Security assessment
Changes add organizational tags only. No security-related modifications or security feature documentation included.
Diff
diff --git a/code-library/latest/ug/iam_example_redshift_GettingStarted_039_section.md b/code-library/latest/ug/iam_example_redshift_GettingStarted_039_section.md index 6ecd53386..706099067 100644 --- a//code-library/latest/ug/iam_example_redshift_GettingStarted_039_section.md +++ b//code-library/latest/ug/iam_example_redshift_GettingStarted_039_section.md @@ -201,0 +202 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + --tags Key=project,Value=doc-smith Key=tutorial,Value=redshift-provisioned \ @@ -250,0 +252,4 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + # Tag the IAM role + echo "Tagging IAM role: $ROLE_NAME" + aws iam tag-role --role-name "$ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=redshift-provisioned +