指定された設定を使用してエンドポイントを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/dms/create-endpoint.html
aws dms create-endpoint --endpoint-identifier test-endpoint-1 --endpoint-type source --engine-name Db2 --username admin --password password --server-name Db2.server.com port 8192 |
AWS Database Migration Service and AWS Schema Conversion Tool now support IBM Db2 LUW as a source | AWS Database Blog : http://aws.amazon.com/blogs/database/aws-database-migration-service-and-aws-schema-conversion-tool-now-support-ibm-db2-as-a-source/ |
aws dms create-endpoint --endpoint-identifier test-endpoint-1 --endpoint-type source --engine-name mysql --username username --password password --server-name mydb.cx1llnox7iyx.uswest-2.rds.amazonaws.com --port 3306 |
create-endpoint — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/dms/create-endpoint.html |
aws dms create-endpoint --endpoint-identifier test-endpoint-1 --endpoint-type source --engine-name Db2 --username admin --password password --server-name Db2.server.com |
AWS Database Migration Service and AWS Schema Conversion Tool now support IBM Db2 LUW as a source : http://muawia.com/aws-database-migration-service-and-aws-schema-conversion-tool-now-support-ibm-db2-luw-as-a-source/ |
aws dms create-endpoint --endpoint-identifier ORCL1 --endpoint-type source \ |
AWS Database Migration Service : http://www.stojanveselinovski.com/blog/2016/03/29/aws-database-migration-service/ |