AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2026-06-25 · Documentation low

File: solutions/latest/migration-assistant-for-amazon-opensearch-service/pb-solr-scope.md

Summary

Updated terminology from 'Amazon OpenSearch Serverless collection' to 'Amazon OpenSearch Serverless NextGen collection' and clarified that live Capture and Replay setup is optional for SolrCloud sources.

Security assessment

Changes involve product naming updates and clarification of migration feature coverage. No security vulnerabilities, configurations, or features are mentioned or modified in the diff.

Diff

diff --git a/solutions/latest/migration-assistant-for-amazon-opensearch-service/pb-solr-scope.md b/solutions/latest/migration-assistant-for-amazon-opensearch-service/pb-solr-scope.md
index ba2330558..d1a4490f3 100644
--- a//solutions/latest/migration-assistant-for-amazon-opensearch-service/pb-solr-scope.md
+++ b//solutions/latest/migration-assistant-for-amazon-opensearch-service/pb-solr-scope.md
@@ -9 +9 @@
-The migration moves your Apache Solr collections or cores into indexes on the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless collection by way of Reindex-from-Snapshot (RFS). Unlike an Elasticsearch or OpenSearch source — where RFS reads a native cluster snapshot — an Apache Solr source is migrated from a Solr **backup** that you write to [Amazon Simple Storage Service](https://aws.amazon.com/s3) (Amazon S3). Migration Assistant then reads that backup, translates the Solr `schema.xml` into OpenSearch index mappings during metadata migration, and bulk-indexes the documents into the target.
+The migration moves your Apache Solr collections or cores into indexes on the Amazon OpenSearch Service domain or Amazon OpenSearch Serverless NextGen collection by way of Reindex-from-Snapshot (RFS). Unlike an Elasticsearch or OpenSearch source — where RFS reads a native cluster snapshot — an Apache Solr source is migrated from a Solr **backup** in [Amazon Simple Storage Service](https://aws.amazon.com/s3) (Amazon S3). Migration Assistant then reads that backup, translates the Solr `schema.xml` into OpenSearch index mappings during metadata migration, and bulk-indexes the documents into the target.
@@ -21 +21 @@ What this playbook covers and does not cover:
-  * **Not covered** — Live Capture and Replay (not supported for Apache Solr). Also plan separate work for security configuration, ingest pipelines, OpenSearch Dashboards saved objects, and any Solr-specific query or relevance tuning, because these are not migrated automatically.
+  * **Not covered** — The optional live Capture and Replay setup for SolrCloud sources. Configure it from the Solr migration chapter after you understand the backfill path. Also plan separate work for security configuration, ingest pipelines, OpenSearch Dashboards saved objects, and any Solr-specific query or relevance tuning, because these are not migrated automatically.
@@ -30 +30 @@ Migration Assistant supports Apache Solr 6.x–9.x as a source. This playbook us
-This playbook targets an Amazon OpenSearch Service domain by default. To target an Amazon OpenSearch Serverless collection instead, change only the target configuration in [Step 2](./pb-solr-step2.html) — set `service: aoss` in the SigV4 `authConfig` and add the migration IAM role to the collection’s data access policy. The backup and backfill steps are identical.
+This playbook targets an Amazon OpenSearch Service domain by default. To target an Amazon OpenSearch Serverless NextGen collection instead, change only the target configuration in [Step 2](./pb-solr-step2.html) — set `service: aoss` in the SigV4 `authConfig` and add the migration IAM role to the collection’s data access policy. The backup and backfill steps are identical.