AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2026-05-04 · Documentation low

File: code-library/latest/ug/redshift_example_redshift_GettingStarted_039_section.md

Summary

Added tagging to Redshift provisioned cluster and IAM role

Security assessment

Changes implement resource tagging without addressing security vulnerabilities or documenting security features.

Diff

diff --git a/code-library/latest/ug/redshift_example_redshift_GettingStarted_039_section.md b/code-library/latest/ug/redshift_example_redshift_GettingStarted_039_section.md
index 994b93bc8..9d312e3b1 100644
--- a//code-library/latest/ug/redshift_example_redshift_GettingStarted_039_section.md
+++ b//code-library/latest/ug/redshift_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
+