-
Notifications
You must be signed in to change notification settings - Fork 578
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 <akurait@amazon.com>
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 <97990722+Naarcha-AWS@users.noreply.github.com>
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
_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 <97990722+Naarcha-AWS@users.noreply.github.com>
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
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.
It sounds like there are details missing, it sounds like this value should be 0 or 3 == the number of AZs in the region, and anything else is basically debugging/troubleshooting for us?
What do you think about making an update to this effect?
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
@natebower: Can you take a quick look at this one? |
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.
@Naarcha-AWS @AndreKurait Please see my comment and changes and tag me for approval when addressed. Thanks!
_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
"trafficReplayerExtraArgs": "--speedup-factor 1.5", | ||
|
||
"// help capture/target proxy pt. 1 of 2": "captureProxyService and targetClusterProxyService require networking access configured to successfully deploy,", | ||
"// help capture/target proxy pt. 2 of 2": "consider deploying without first and enabling after ensuring cluster networking access on the migration console", |
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.
Please revise for clarity. Deploying what first? Ensuring who/what has cluster networking access?
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
_migration-assistant/deploying-migration-assistant/configuration-options.md
Outdated
Show resolved
Hide resolved
…on-options.md Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
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.