AWS solutions documentation change
Summary
Updated terminology from 'Amazon OpenSearch Serverless collection' to 'Amazon OpenSearch Serverless NextGen collection' across migration steps and changed section title from 'Concepts and definitions' to 'Architecture'
Security assessment
The changes are product terminology updates (adding 'NextGen' to OpenSearch Serverless references) and a section title change. No security vulnerabilities, configurations, or features are mentioned or modified in the diff. The updates appear to be branding/nomenclature refinements without security implications.
Diff
diff --git a/solutions/latest/migration-assistant-for-amazon-opensearch-service/architecture-overview.md b/solutions/latest/migration-assistant-for-amazon-opensearch-service/architecture-overview.md index 5501b087b..f763c9e27 100644 --- a//solutions/latest/migration-assistant-for-amazon-opensearch-service/architecture-overview.md +++ b//solutions/latest/migration-assistant-for-amazon-opensearch-service/architecture-overview.md @@ -40 +40 @@ The high-level process flow for the solution components deployed with the AWS Cl - 3. **Snapshot and backfill via Reindex-from-Snapshot.** With continuous traffic capture in place (or after pausing writes), the user submits a migration workflow from the Migration Console using the Workflow CLI. The workflow creates a point-in-time snapshot of the source cluster in [Amazon Simple Storage Service](https://aws.amazon.com/s3) (Amazon S3), migrates metadata (indexes, templates, aliases) to the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless collection, and then launches RFS workers that read directly from the snapshot in Amazon S3 and bulk-index documents into the target. + 3. **Snapshot and backfill via Reindex-from-Snapshot.** With continuous traffic capture in place (or after pausing writes), the user submits a migration workflow from the Migration Console using the Workflow CLI. The workflow creates a point-in-time snapshot of the source cluster in [Amazon Simple Storage Service](https://aws.amazon.com/s3) (Amazon S3), migrates metadata (indexes, templates, aliases) to the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless NextGen collection, and then launches RFS workers that read directly from the snapshot in Amazon S3 and bulk-index documents into the target. @@ -42 +42 @@ The high-level process flow for the solution components deployed with the AWS Cl - 4. **Traffic Replayer catches up the target.** After the backfill completes, the Traffic Replayer reads captured traffic from Apache Kafka and replays it against the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless collection, transforming requests as needed (authentication, index names). The replayer catches the target up to real-time, closing the gap between the snapshot point-in-time and the current state. + 4. **Traffic Replayer catches up the target.** After the backfill completes, the Traffic Replayer reads captured traffic from Apache Kafka and replays it against the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless NextGen collection, transforming requests as needed (authentication, index names). The replayer catches the target up to real-time, closing the gap between the snapshot point-in-time and the current state. @@ -46 +46 @@ The high-level process flow for the solution components deployed with the AWS Cl - 6. **Redirect traffic and decommission.** After confirming the target cluster’s functionality meets expectations, the user redirects clients to the new Amazon OpenSearch Service domain or Amazon OpenSearch Serverless collection by updating DNS records, load balancer configuration, or application connection strings. The user keeps the source cluster available as a fallback during a rollback window, then decommissions the source and removes Migration Assistant infrastructure. + 6. **Redirect traffic and decommission.** After confirming the target cluster’s functionality meets expectations, the user redirects clients to the new Amazon OpenSearch Service domain or Amazon OpenSearch Serverless NextGen collection by updating DNS records, load balancer configuration, or application connection strings. The user keeps the source cluster available as a fallback during a rollback window, then decommissions the source and removes Migration Assistant infrastructure. @@ -57 +57 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Concepts and definitions +Architecture