コマンドオプションサンプル:aws dms create-replication-task

コマンドサンプルを検索した結果です。

指定されたパラメータを使用してレプリケーションタスクを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dms/create-replication-task.html

aws dms create-replication-task --task-identifier replication-task-1 --source-endpoint-arn
    How to Script a Database Migration | AWS Database Blog : http://aws.amazon.com/blogs/database/how-to-script-a-database-migration/
aws dms create-replication-task \
    AWS CLIを使ってDMSタスクの詳細ログを出力する方法 | Developers.IO : http://dev.classmethod.jp/cloud/aws/debug-logging-dms-tasks/
aws dms create-replication-task --replicationtask-identifier my-replication-task --target-endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:HTWNT57CLN2WGVBUJQXJZASXWE --source-endpoint-arn arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE --replication-instance-arn arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ --migration-type full-load --table-mappings 'file://table-mappings.json'
    modify-replication-task — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/dms/create-replication-task.html
aws dms create-replication-task \u003cspan class=\
    AWS CLI を使ってタスクを複製する方法 : http://qiita.com/yuyash/items/176b3a2e82df3fbdd22d
aws dms create-replication-task --cli-input-json
    [db tech showcase Tokyo 2017] C24:Taking off to the clouds. How to us… : http://www.slideshare.net/InsightTechnology/dbtstky2017-c24-pythian
aws dms create-replication-task --replication-task-identifier "orcl1-to-orcl2" \
    AWS Database Migration Service : http://www.stojanveselinovski.com/blog/2016/03/29/aws-database-migration-service/

aws のオプション一覧