AWS solutions documentation change
Summary
Formatting changes: Replaced periods after 'Core', 'Supporting' and 'Optional' labels with spaces. Updated apostrophe in 'solution's' to curly apostrophe. No functional changes.
Security assessment
Changes are purely formatting/typographical with no security implications. The security-related service description for Amazon Cognito remains unchanged except punctuation.
Diff
diff --git a/solutions/latest/unified-profiles-for-travelers-and-guests-on-aws/architecture-details.md b/solutions/latest/unified-profiles-for-travelers-and-guests-on-aws/architecture-details.md index 13207f221..072fc895a 100644 --- a/solutions/latest/unified-profiles-for-travelers-and-guests-on-aws/architecture-details.md +++ b/solutions/latest/unified-profiles-for-travelers-and-guests-on-aws/architecture-details.md @@ -15,8 +15,8 @@ AWS service | Description -[Amazon Aurora](https://aws.amazon.com/rds/aurora/) | **Core.** Store traveler interaction and index them for rule-based identity resolution. -[Amazon CloudFront](https://aws.amazon.com/cloudfront/) | **Core.** Publishes the solution frontend static resources. -[Amazon Connect Customer Profiles](https://aws.amazon.com/connect/customer-profiles/) | **Core.** Stores, searches, retrieves, and merges the Traveler 360 profiles and performs rule-based and AI-based identity resolution, and integrates with Amazon Connect. -[Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | **Core.** Stores temporary configuration and identity resolution matches in a way that can be easily queried for this solution. -[Amazon EventBridge](https://aws.amazon.com/eventbridge/) | **Core.** Processes Amazon S3 PUT events from AI matches and emits events to an Amazon EventBridge bus for all profile changes. -[AWS Fargate](https://aws.amazon.com/fargate/) | **Core.** Runs containerized tasks allowing you to reindex large amounts of data in parallel for identity resolution when rules change and repopulates caches during interaction store restores. -[AWS Glue](https://aws.amazon.com/glue/) | **Core.** Ingests business objects in batch from Amazon S3. -[Amazon Kinesis](https://aws.amazon.com/kinesis/) | **Core.** Ingests business objects in real time. +[Amazon Aurora](https://aws.amazon.com/rds/aurora/) | **Core**. Store traveler interaction and index them for rule-based identity resolution. +[Amazon CloudFront](https://aws.amazon.com/cloudfront/) | **Core**. Publishes the solution frontend static resources. +[Amazon Connect Customer Profiles](https://aws.amazon.com/connect/customer-profiles/) | **Core**. Stores, searches, retrieves, and merges the Traveler 360 profiles and performs rule-based and AI-based identity resolution, and integrates with Amazon Connect. +[Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | **Core**. Stores temporary configuration and identity resolution matches in a way that can be easily queried for this solution. +[Amazon EventBridge](https://aws.amazon.com/eventbridge/) | **Core**. Processes Amazon S3 PUT events from AI matches and emits events to an Amazon EventBridge bus for all profile changes. +[AWS Fargate](https://aws.amazon.com/fargate/) | **Core**. Runs containerized tasks allowing you to reindex large amounts of data in parallel for identity resolution when rules change and repopulates caches during interaction store restores. +[AWS Glue](https://aws.amazon.com/glue/) | **Core**. Ingests business objects in batch from Amazon S3. +[Amazon Kinesis](https://aws.amazon.com/kinesis/) | **Core**. Ingests business objects in real time. @@ -24,5 +24,5 @@ AWS service | Description -[Amazon S3](https://aws.amazon.com/s3/) | **Core.** Intermediary storage for incoming business objects and profile matches. The solution subscribes to Amazon S3 PutObject events for processing identity resolution matches in real time. -[Amazon SQS](https://aws.amazon.com/sqs/) | **Core.** Stores any processing errors during the ingestion process. -[Amazon CloudWatch](https://aws.amazon.com/pm/cloudwatch/) | **Supporting.** Stores the solution logs and provides monitoring capabilities to customers with a premade CloudWatch dashboard. -[Amazon Cognito](https://aws.amazon.com/cognito/) | **Supporting.** Secures frontend access and manages users' granular permissions to access traveler profile data. -[Amazon Bedrock](https://aws.amazon.com/bedrock/) | **Optional.** Amazon Bedrock is used to generate the optional summary of traveler profiles using the Anthropic Claude Foundational model. +[Amazon S3](https://aws.amazon.com/s3/) | **Core**. Intermediary storage for incoming business objects and profile matches. The solution subscribes to Amazon S3 PutObject events for processing identity resolution matches in real time. +[Amazon SQS](https://aws.amazon.com/sqs/) | **Core**. Stores any processing errors during the ingestion process. +[Amazon CloudWatch](https://aws.amazon.com/pm/cloudwatch/) | **Supporting**. Stores the solution logs and provides monitoring capabilities to customers with a premade CloudWatch dashboard. +[Amazon Cognito](https://aws.amazon.com/cognito/) | **Supporting**. Secures frontend access and manages users' granular permissions to access traveler profile data. +[Amazon Bedrock](https://aws.amazon.com/bedrock/) | **Optional**. Amazon Bedrock is used to generate the optional summary of traveler profiles using the Anthropic Claude Foundational model. @@ -36 +36 @@ Two optional downstream caches (Amazon Connect Customer Profiles and DynamoDB) s -The data is ingested and stored in the interaction store under one of several domains. Domains can be created using the solution's web frontend. During the creation of a domain, the solution creates multiple AWS resources (Aurora table, Amazon Connect Customer Profiles Domains, DynamoDB Table, and Amazon Cognito groups) allowing the domain to be fully functional and ready to receive data in seconds. +The data is ingested and stored in the interaction store under one of several domains. Domains can be created using the solution’s web frontend. During the creation of a domain, the solution creates multiple AWS resources (Aurora table, Amazon Connect Customer Profiles Domains, DynamoDB Table, and Amazon Cognito groups) allowing the domain to be fully functional and ready to receive data in seconds.