Last active
November 26, 2017 07:52
-
-
Save eriknaslund/236264f9c5d882adf190d91851a17891 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aws dms create-replication-task \ | |
| --replication-task-identifier limited-lob \ | |
| --source-endpoint-arn $SRC_ENDPOINT_ARN \ | |
| --target-endpoint-arn $DST_ENDPOINT_ARN \ | |
| --replication-instance-arn $RPL_SERVER_ARN \ | |
| --migration-type full-load-and-cdc \ | |
| --table-mappings file://limited_lob_tables.json \ | |
| --replication-task-settings file://limited_lob_settings.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment