AWS Security ChangesHomeSearch

AWS code-library documentation change

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

File: code-library/latest/ug/cognito-identity-provider_example_cognito_identity_provider_GettingStarted_066_section.md

Summary

Added tagging command for Cognito User Pool resource with project/tutorial metadata

Security assessment

Change only adds resource tagging for organizational purposes. No authentication, authorization, or security configuration modifications are present.

Diff

diff --git a/code-library/latest/ug/cognito-identity-provider_example_cognito_identity_provider_GettingStarted_066_section.md b/code-library/latest/ug/cognito-identity-provider_example_cognito_identity_provider_GettingStarted_066_section.md
index 1201292c1..8bbc7f21e 100644
--- a//code-library/latest/ug/cognito-identity-provider_example_cognito_identity_provider_GettingStarted_066_section.md
+++ b//code-library/latest/ug/cognito-identity-provider_example_cognito_identity_provider_GettingStarted_066_section.md
@@ -199,0 +200,5 @@ There's more on GitHub. Find the complete example and learn how to set up and ru
+    USER_POOL_ARN=$(echo "$USER_POOL_OUTPUT" | jq -r '.UserPool.Arn // empty')
+    aws cognito-idp tag-resource \
+      --resource-arn "$USER_POOL_ARN" \
+      --tags project=doc-smith,tutorial=amazon-cognito-gs
+