-
Notifications
You must be signed in to change notification settings - Fork 30
Accessing the Migration Console
Peter Nied edited this page Jul 29, 2024
·
26 revisions
Following the AWS solutions deployment the bootstrap box contains a script that makes it easier to access the migration console through that instance.
export STAGE=dev
export AWS_REGION=us-west-2
./deployment/cdk/opensearch-service-migration/accessContainer.sh migration-console ${STAGE} ${AWS_REGION}
Typically STAGE is dev
, check the parameters of the Solution SO0290 bootstrap stack
On a machine with the AWS command line interface and session manager you can directly connect to the migration console. Note; you'll need to run aws configure
with credentials that have access to the environment.
export STAGE=dev
export SERVICE_NAME=migration-console
export TASK_ARN=$(aws ecs list-tasks --cluster migration-${STAGE}-ecs-cluster --family "migration-${STAGE}-${SERVICE_NAME}" | jq --raw-output '.taskArns[0]')
aws ecs execute-command --cluster "migration-${STAGE}-ecs-cluster" --task "${TASK_ARN}" --container "${SERVICE_NAME}" --interactive --command "/bin/bash"
Encountering a compatibility issue or missing feature?
- Search existing issues to see if it’s already reported. If it is, feel free to upvote and comment.
- Can’t find it? Create a new issue to let us know.
- Migration Assistant Overview
- Is Migration Assistant Right for You?
- Existing Data Migration - Quick Start Guide
- A. Snapshot Creation Verification
- B. Client Traffic Switchover Verification
- C. Traffic Capture Verification
- D. System Reset Before Migration