-
Notifications
You must be signed in to change notification settings - Fork 30
Client Traffic Switchover Verification
Peter Nied edited this page Sep 19, 2024
·
6 revisions
The Migrations ALB is deployed with a listener that shifts traffic between the source and target clusters through proxy services. The ALB should start in Source Passthrough mode.
- In the AWS Console, navigate to EC2 > Load Balancers.
- Select the MigrationAssistant ALB.
- Examine the listener on port 9200 and verify that 100% of traffic is directed to the Source Proxy.
- Navigate to the Migration ECS Cluster in the AWS Console.
- Select the Target Proxy Service.
- Verify that the desired count for the service is running:
- If the desired count is not met, update the service to increase it to at least 1 and wait for the service to start.
- In the Health and Metrics tab under Load balancer health, verify that all targets are reporting as healthy:
- This confirms the ALB can connect to the target cluster through the target proxy.
- (Reset) Update the desired count for the Target Proxy Service back to its original value in ECS.
- Verify that the target cluster allows traffic ingress from the Target Proxy Security Group.
- Navigate to the Target Proxy ECS Tasks to investigate any failing tasks:
- Set the "Filter desired status" to "Any desired status" to view all tasks, then navigate to the logs for any stopped tasks.
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