Remediation
Enable Multi-AZ Deploymentβ
Enable Multi-AZ deployment for the affected DMS replication instance.
From Command Lineβ
Run the following command to enable Multi-AZ deployment:
aws dms modify-replication-instance \
--replication-instance-arn {{replication-instance-arn}} \
--multi-az \
--apply-immediately
Confirm that the replication instance reports MultiAZ as true after the modification completes.