Skip to content

Instantly share code, notes, and snippets.

@eriknaslund
Last active November 26, 2017 07:52
Show Gist options
  • Select an option

  • Save eriknaslund/236264f9c5d882adf190d91851a17891 to your computer and use it in GitHub Desktop.

Select an option

Save eriknaslund/236264f9c5d882adf190d91851a17891 to your computer and use it in GitHub Desktop.
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