AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-06-28 · Documentation low

File: solutions/latest/cognito-user-profiles-export-reference-architecture/design-considerations.md

Summary

Replaced 'solution' with 'guidance' throughout document. Updated section headers and configuration parameters to reflect terminology change.

Security assessment

Changes are nomenclature updates without security implications. The API rate limit explanation remains functionally identical, just using 'guidance' terminology instead of 'solution'.

Diff

diff --git a/solutions/latest/cognito-user-profiles-export-reference-architecture/design-considerations.md b/solutions/latest/cognito-user-profiles-export-reference-architecture/design-considerations.md
index ce44fb6db..e5c36600f 100644
--- a//solutions/latest/cognito-user-profiles-export-reference-architecture/design-considerations.md
+++ b//solutions/latest/cognito-user-profiles-export-reference-architecture/design-considerations.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)
@@ -5 +5 @@
-One-way scheduled exportSolution configuration
+One-way scheduled exportGuidance configuration
@@ -11 +11 @@ One-way scheduled exportSolution configuration
-This solution automatically exports data from your primary user pool to Amazon DynamoDB on a scheduled basis. If you create a new user pool and populate it by running the `ImportWorkflow` AWS Step Functions workflow, you can configure scheduled exports of this new user pool by launching a new instance of this solution and configuring it to point to the new user pool. 
+This guidance automatically exports data from your primary user pool to Amazon DynamoDB on a scheduled basis. If you create a new user pool and populate it by running the `ImportWorkflow` AWS Step Functions workflow, you can configure scheduled exports of this new user pool by launching a new instance of this guidance and configuring it to point to the new user pool. 
@@ -13 +13 @@ This solution automatically exports data from your primary user pool to Amazon D
-## Solution configuration
+## Guidance configuration
@@ -15 +15 @@ This solution automatically exports data from your primary user pool to Amazon D
-There are two parameters you can use to influence the solution's behavior. 
+There are two parameters you can use to influence the guidance's behavior. 
@@ -19 +19 @@ There are two parameters you can use to influence the solution's behavior.
-This parameter sets the [schedule expression](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html) for the Amazon CloudWatch Events rule that starts the `ExportWorkflow` Step Functions workflow. There are options for every day, seven days, or 30 days. If you require a different schedule, update the CloudWatch Events rule after the solution is deployed. 
+This parameter sets the [schedule expression](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html) for the Amazon CloudWatch Events rule that starts the `ExportWorkflow` Step Functions workflow. There are options for every day, seven days, or 30 days. If you require a different schedule, update the CloudWatch Events rule after the guidance is deployed. 
@@ -23 +23 @@ This parameter sets the [schedule expression](https://docs.aws.amazon.com/Amazon
-This parameter sets the maximum number of times an Amazon Cognito API is called per second. While the `ExportWorkflow` Step Functions workflow is running, API calls are made to list users and groups in the primary user pool. When the `ImportWorkflow` Step Functions workflow is running, it adds groups and adds users to groups. These API calls count against your existing Cognito API limits. This parameter can reduce the risk of the solution inadvertently impacting your applications. Lowering this value results in this solution taking longer to run. 
+This parameter sets the maximum number of times an Amazon Cognito API is called per second. While the `ExportWorkflow` Step Functions workflow is running, API calls are made to list users and groups in the primary user pool. When the `ImportWorkflow` Step Functions workflow is running, it adds groups and adds users to groups. These API calls count against your existing Cognito API limits. This parameter can reduce the risk of the guidance inadvertently impacting your applications. Lowering this value results in this guidance taking longer to run. 
@@ -54 +54 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Solution components
+Guidance components