AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2026-05-04 · Documentation low

File: redshift/latest/mgmt/example_redshift_GettingStarted_039_section.md

Summary

Added resource tagging to Redshift cluster and IAM role resources.

Security assessment

Tagging additions are for operational organization and cost allocation. No security features or vulnerability mitigations are introduced or documented.

Diff

diff --git a/redshift/latest/mgmt/example_redshift_GettingStarted_039_section.md b/redshift/latest/mgmt/example_redshift_GettingStarted_039_section.md
index 1c8f6d00c..f279de3f5 100644
--- a//redshift/latest/mgmt/example_redshift_GettingStarted_039_section.md
+++ b//redshift/latest/mgmt/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
+