-
Notifications
You must be signed in to change notification settings - Fork 30
Capture Proxy Data Replication
Andre Kurait edited this page Sep 7, 2024
·
8 revisions
The Migration Assistant includes an ALB for traffic routing to the capture proxy and/or target.
Upstream client traffic will need to be routed to this capture proxy in order later replay the requests.
- Within the AWS Console, navigate to EC2 > Load Balancers > Migration Assistant ALB
- Note down the ALB URL
- If you are using an NLB:
- Create a target group for the ALB for port 9200
- Associate this target group with your existing NLB
- Verify the healthcheck success
- If you are not using an NLB:
- Make a client/dns change to route the clients to the ALB on port 9200
- On the Migration Console, execute
console kafka describe-topic-records
, note the records in the logging topic - Wait some period, execute
console kafka describe-topic-records
again, compare the records increased against the expected HTTP requests.
- Look at ALB Security Policy and Security Certifications
owner: @AndreKurait
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