You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _migration-assistant/deploying-migration-assistant/getting-started-data-migration.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,14 @@ These commands deploy the following stacks:
106
106
107
107
Use the following steps to configure and deploy RFS, deploy Migration Assistant, and verify installation of the required stacks:
108
108
109
-
1. Add the source and target cluster password as separate **Secrets** in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) as an unstructured string. Be sure to copy the secret Amazon Resource Name (ARN) for use during deployment.
109
+
1. Add the basic authentication information (username and password) for both the source and target clusters as separate secrets in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html). Each secret must include two key-value pairs: one for the username and one for the password. The plaintext of each secret should resemble the following example:
Be sure to copy the secret Amazon Resource Name (ARN) for use during deployment.
116
+
110
117
2. From the same shell as the Bootstrap instance, modify the `cdk.context.json` file located in the `/opensearch-migrations/deployment/cdk/opensearch-service-migration` directory and configure the following settings:
111
118
112
119
```json
@@ -118,17 +125,15 @@ Use the following steps to configure and deploy RFS, deploy Migration Assistant,
0 commit comments