-
Notifications
You must be signed in to change notification settings - Fork 576
MigrationAssistant - Feature: Set desired count for proxies #10082
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
base: main
Are you sure you want to change the base?
MigrationAssistant - Feature: Set desired count for proxies #10082
Conversation
Signed-off-by: Andre Kurait <[email protected]>
Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged. Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer. When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review. |
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <[email protected]>
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <[email protected]>
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <[email protected]>
Moving to draft until opensearch-project/opensearch-migrations#1499 is released |
| `trafficReplayerServiceEnabled` | `true` | Enables the Traffic Replayer service deployment using a CloudFormation stack. | | ||
| `trafficReplayerExtraArgs` | `"--sigv4-auth-header-service-region es,us-east-1 --speedup-factor 5"` | Extra arguments for the Traffic Replayer command, including options for auth headers and other parameters specified by the [Traffic Replayer](https://github.com/opensearch-project/opensearch-migrations/blob/main/TrafficCapture/trafficReplayer/src/main/java/org/opensearch/migrations/replay/TrafficReplayer.java). | | ||
| `targetClusterProxyServiceEnabled` | `true` | Enables the target cluster proxy service deployment using a CloudFormation stack. | | ||
| `targetClusterProxyDesiredCount` | `3` | Sets the number of target cluster proxy Amazon ECS tasks. In most cases, keep this setting at `0` until you verify connectivity between the source and target clusters in the migration console. After deployment, you can modify the networking setup to allow ingress from the migration security groups into the existing cluster security groups. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are describing the 'what', but why would a customer change this value other than the 0 case, what is the relevance of 3 vs 300.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have not performed load tests yet on the proxy throughput, 3
adds 1 per AZ. Customer will need to determine the scale depending on their workload. 3
here is listed as a Example
and not any recommendation
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <[email protected]>
@natebower: Can you take a quick look at this one? |
Description
Add documentation for feature in PR: opensearch-project/opensearch-migrations#1499
Issues Resolved
Closes #MIGRATIONS-2515
Version
MA 2.4.1+
Frontend features
If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.