AWS IAM documentation change
Summary
Added tags 'project=doc-smith' and 'tutorial=redshift-serverless' to Secrets Manager secrets, IAM roles, Redshift workgroups, and namespaces.
Security assessment
Changes only add organizational tags to resources. No security configurations are modified, and no security features are documented.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_redshift_GettingStarted_038_section.md b/IAM/latest/UserGuide/iam_example_redshift_GettingStarted_038_section.md index 707e76fc4..49b75a955 100644 --- a//IAM/latest/UserGuide/iam_example_redshift_GettingStarted_038_section.md +++ b//IAM/latest/UserGuide/iam_example_redshift_GettingStarted_038_section.md @@ -126 +126,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - --secret-string "{\"username\":\"$username\",\"password\":\"$password\"}" 2>&1) + --secret-string "{\"username\":\"$username\",\"password\":\"$password\"}" \ + --tags Key=project,Value=doc-smith Key=tutorial,Value=redshift-serverless 2>&1) @@ -344,0 +346,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=redshift-serverless @@ -363 +366,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - --db-name "$DB_NAME" 2>&1) + --db-name "$DB_NAME" \ + --tags Key=project,Value=doc-smith Key=tutorial,Value=redshift-serverless 2>&1) @@ -384 +388,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - --base-capacity 8 2>&1) + --base-capacity 8 \ + --tags Key=project,Value=doc-smith Key=tutorial,Value=redshift-serverless 2>&1)