AWS solutions documentation change
Summary
Replaced 'solution' terminology with 'guidance' and updated references to documentation sections
Security assessment
Changes are primarily terminology updates (e.g., 'solution' to 'guidance') and link corrections. Existing security-related statements about password/MFA limitations remain unchanged but are not new additions.
Diff
diff --git a/solutions/latest/cognito-user-profiles-export-reference-architecture/overview.md b/solutions/latest/cognito-user-profiles-export-reference-architecture/overview.md index d5ed3bd8c..aa2d7ce29 100644 --- a//solutions/latest/cognito-user-profiles-export-reference-architecture/overview.md +++ b//solutions/latest/cognito-user-profiles-export-reference-architecture/overview.md @@ -3 +3 @@ -[Documentation](/index.html)[Cognito User Profiles Export Reference Architecture](https://aws.amazon.com/solutions/implementations/cognito-user-profiles-export-reference-architecture)[Implementation Guide](overview.html) +[Documentation](/index.html)[Guidance for User Profiles Export with Amazon Cognito](https://aws.amazon.com/solutions/guidance/user-profiles-export-with-amazon-cognito/)[Implementation Guide](overview.html) @@ -9 +9 @@ Limitations -This implementation guide discusses architectural considerations and configuration steps for deploying the Cognito User Profiles Export Reference Architecture solution in the Amazon Web Services (AWS) Cloud. +This implementation guide discusses architectural considerations and configuration steps for deploying the Cognito User Profiles Export Reference Architecture Guidance in the Amazon Web Services (AWS) Cloud. @@ -13 +13 @@ The guide is intended for IT infrastructure architects, administrators, and DevO -Many Amazon Web Services (AWS) customers use [Amazon Cognito user pools](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html) to provide a scalable and secure user directory for their applications. [Amazon Cognito](https://aws.amazon.com/cognito/) customers often need to export their users to facilitate more complex user queries, or to provide resiliency in case of regional failure or accidental deletion of their users. To assist with this, AWS offers the Cognito User Profiles Export Reference Architecture solution. This solution is designed to provide a framework for exporting user profile and group information from your user pool, allowing you to focus on extending this solution’s functionality rather than managing the underlying infrastructure operation. +Many Amazon Web Services (AWS) customers use [Amazon Cognito user pools](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html) to provide a scalable and secure user directory for their applications. [Amazon Cognito](https://aws.amazon.com/cognito/) customers often need to export their users to facilitate more complex user queries, or to provide resiliency in case of regional failure or accidental deletion of their users. To assist with this, AWS offers the Cognito User Profiles Export Reference Architecture Guidance. This Guidance is designed to provide a framework for exporting user profile and group information from your user pool, allowing you to focus on extending this guidance's functionality rather than managing the underlying infrastructure operation. @@ -15 +15 @@ Many Amazon Web Services (AWS) customers use [Amazon Cognito user pools](https:/ -This solution uses an `ExportWorkflow` [AWS Step Functions](https://aws.amazon.com/step-functions/) workflow to periodically export user profiles, groups, and group membership details from your user pool to an [Amazon DynamoDB global table](https://aws.amazon.com/dynamodb/global-tables/) with automatic, asynchronous replication to a backup Region for added resiliency. +This guidance uses an `ExportWorkflow` [AWS Step Functions](https://aws.amazon.com/step-functions/) workflow to periodically export user profiles, groups, and group membership details from your user pool to an [Amazon DynamoDB global table](https://aws.amazon.com/dynamodb/global-tables/) with automatic, asynchronous replication to a backup Region for added resiliency. @@ -17 +17 @@ This solution uses an `ExportWorkflow` [AWS Step Functions](https://aws.amazon.c -This solution’s `ImportWorkflow` Step Functions workflow can be used to populate a new, empty user pool with data from the global table, allowing you to easily recover user profiles, groups, and group memberships. The `ImportWorkflow` Step Functions workflow can be run in either the primary or backup Region. +This guidance's `ImportWorkflow` Step Functions workflow can be used to populate a new, empty user pool with data from the global table, allowing you to easily recover user profiles, groups, and group memberships. The `ImportWorkflow` Step Functions workflow can be run in either the primary or backup Region. @@ -19 +19 @@ This solution’s `ImportWorkflow` Step Functions workflow can be used to popula -Customers interested in using this solution for both backup and recovery should be comfortable with a Recovery Time Objective (RTO) measured in hours rather than minutes since the solution requires the `ImportWorkflow` Step Functions workflow to run in a recovery scenario. Refer to [Cognito transactions per second (TPS)](./design-considerations.html#cognito-transactions-per-second-tps) for performance benchmarks for different sized user pools. +Customers interested in using this guidance for both backup and recovery should be comfortable with a Recovery Time Objective (RTO) measured in hours rather than minutes since the guidance requires the `ImportWorkflow` Step Functions workflow to run in a recovery scenario. Refer to [Cognito transactions per second (TPS)](./design-considerations.html#cognito-transactions-per-second-tps) for performance benchmarks for different sized user pools. @@ -25 +25 @@ The Recovery point objective (RPO) is determined by the time the `ExportWorkflow -Customers interested in using this solution should be aware that it does not export sensitive information, such as user passwords; that user pools with multi-factor authentication (MFA) enabled are not supported; and that advanced security features are not supported. For a full list of limitations, refer to [Limitations](./solution-components.html#limitations) in the Solution components section. +Customers interested in using this guidance should be aware that it does not export sensitive information, such as user passwords; that user pools with multi-factor authentication (MFA) enabled are not supported; and that advanced security features are not supported. For a full list of limitations, refer to [Limitations](./guidance-components.html#limitations) in the guidance components section.