Skip to content

Commit

Permalink
Add sentence about live traffic capture
Browse files Browse the repository at this point in the history
Signed-off-by: Archer <[email protected]>
  • Loading branch information
Naarcha-AWS committed Dec 3, 2024
1 parent 6453650 commit 624e41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _migrations/migration-phases/backfill.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After the [metadata]({{site.url}}{{site.baseurl}}/migrations/migration-phases/mi

## Capture proxy data replication

The Migration Assistant includes an Application Load Balancer (ALB) for routing traffic to the capture proxy and the target cluster. Upstream client traffic must be routed through the capture proxy in order to replay the requests later. Before using the capture proxy, remember the following:
If you're interested in capturing live traffic during your migration, Migration Assistant includes an Application Load Balancer (ALB) for routing traffic to the capture proxy and the target cluster. Upstream client traffic must be routed through the capture proxy in order to replay the requests later. Before using the capture proxy, remember the following:

* The upstream layer from the ALB is compatible with the certificate on the ALB listener, whether it’s for clients or a Network Load Balancer (NLB). The `albAcmCertArn` in the `cdk.context.json` may need to be provided to ensure that clients trust the ALB certificate.
* If an NLB is used directly upstream of the ALB, it must use a TLS listener.
Expand Down Expand Up @@ -40,7 +40,7 @@ To set up the capture proxy, go to your AWS console and navigate to **EC2 > Load

### If you are **not using an NLB**

Make a client/DNS change to route clients to the Migration Assistant ALB on port `9200`.
If you're only using backfill as your migration technique, make a client/DNS change to route clients to the Migration Assistant ALB on port `9200`.


### Kafka connection
Expand Down

0 comments on commit 624e41b

Please sign in to comment.