AWS code-library documentation change
Summary
Added IAM role tagging commands and tags parameter to secrets creation
Security assessment
Changes add resource tagging for organizational purposes only. No security vulnerability fixes or security feature documentation added.
Diff
diff --git a/code-library/latest/ug/sts_example_secrets_manager_GettingStarted_073_section.md b/code-library/latest/ug/sts_example_secrets_manager_GettingStarted_073_section.md index 32a89e86d..90a0bc823 100644 --- a//code-library/latest/ug/sts_example_secrets_manager_GettingStarted_073_section.md +++ b//code-library/latest/ug/sts_example_secrets_manager_GettingStarted_073_section.md @@ -168,0 +169 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iam tag-role --role-name "$ADMIN_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-secrets-manager-gs @@ -186,0 +188 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iam tag-role --role-name "$RUNTIME_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-secrets-manager-gs @@ -207 +209,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - --add-replica-regions 'Region=us-east-1' 2>&1) + --add-replica-regions 'Region=us-east-1' \ + --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-secrets-manager-gs 2>&1)