Skip to content

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.

  1. Within the AWS Console, navigate to EC2 > Load Balancers > Migration Assistant ALB
  2. Note down the ALB URL
  3. If you are using an NLB:
    1. Create a target group for the ALB for port 9200
    2. Associate this target group with your existing NLB
    3. Verify the healthcheck success
  4. If you are not using an NLB:
    1. Make a client/dns change to route the clients to the ALB on port 9200
  5. On the Migration Console, execute console kafka describe-topic-records, note the records in the logging topic
  6. Wait some period, execute console kafka describe-topic-records again, compare the records increased against the expected HTTP requests.

Troubleshooting

  • Look at ALB Security Policy and Security Certifications

Related Links

ALB

How to Contribute

owner: @AndreKurait

Clone this wiki locally