Amazon DMS · Capability

Amazon DMS Database Migration Management

Workflow capability for database engineers and cloud architects to manage end-to-end database migrations using AWS Database Migration Service. Covers replication instance provisioning, source and target endpoint configuration, replication task management, migration monitoring, and schema conversion support.

Run with Naftiko Amazon DMSDatabase MigrationData ReplicationAWS

What You Can Do

GET
Describe replication instances — List all replication instances
/v1/replication-instances
POST
Create replication instance — Create a new replication instance
/v1/replication-instances
GET
Describe endpoints — List all endpoints
/v1/endpoints
POST
Create endpoint — Create a source or target endpoint
/v1/endpoints
GET
Describe replication tasks — List all replication tasks
/v1/tasks
POST
Create replication task — Create a new replication task
/v1/tasks
GET
Describe certificates — List registered SSL certificates
/v1/certificates

MCP Tools

describe-replication-instances

List all DMS replication instances used for database migration processing

read-only
create-replication-instance

Create a new DMS replication instance to process migration tasks

delete-replication-instance

Delete a DMS replication instance

idempotent
describe-endpoints

List all source and target database endpoints configured for migration

read-only
create-endpoint

Create a source or target database endpoint for migration

test-connection

Test the connection between a replication instance and an endpoint

describe-replication-tasks

List replication tasks and their current migration status

read-only
create-replication-task

Create a new replication task to migrate data between source and target

start-replication-task

Start or resume a database migration replication task

stop-replication-task

Stop a running database migration replication task

describe-table-statistics

List per-table migration statistics for a replication task

read-only
describe-connections

List connections between replication instances and endpoints

read-only
describe-certificates

List SSL certificates for encrypted database migration connections

read-only
describe-event-subscriptions

List SNS event subscriptions for migration notifications

read-only

APIs Used

dms