Command option Sample:aws dms create-replication-task

Search command sample in the internet.It is the result.

Creates a replication task using the specified parameters.Show details from next link. 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 --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 --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 のオプション一覧