Skip to content

add prerequisite when using vpc conenction #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc_source/remote-reindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Remote reindex has the following requirements:
+ The remote domain must be accessible from the local domain\. For a remote domain that resides within a VPC, the local domain must have access to the VPC\. This process varies by network configuration, but likely involves connecting to a VPN or managed network, or using the native [VPC endpoint connection](#remote-reindex-vpc)\. To learn more, see [Launching your Amazon OpenSearch Service domains within a VPC](vpc.md)\.
+ The request must be authorized by the remote domain like any other REST request\. If the remote domain has fine\-grained access control enabled, you must have permission to perform reindex on the remote domain and read the index on the local domain\. For more security considerations, see [Fine\-grained access control in Amazon OpenSearch Service](fgac.md)\.
+ We recommend you create an index with the desired setting on your local domain before you start the reindex process\.
+ When the remote is in a VPC, and you're using the built-in VPC endpoint connection, the local domain should be an OpenSearch domain with the latest service software versions. The remote domain can be on OpenSearch/Elasticsearch version, however, it has to be on the latest service software version.


## Reindex data between OpenSearch Service internet domains<a name="remote-reindex-domain"></a>

Expand Down