AWS Database Migration Service logo

AWS Database Migration Service

AWS Database Migration Service

UpOpen Sourcecloudby Amazon Web Services62· JavaScript· MIT

AWS Database Migration Service (DMS) API migrates and continuously syncs data between databases — heterogeneous migration (Oracle to PostgreSQL), CDC real-time sync.

Visit site ↗Source ↗Health checked 9h ago
Use it when

Supports nearly all mainstream databases (Oracle, SQL Server, MySQL, PostgreSQL, MongoDB, etc.)

Watch for

Complex schemas (stored procedures, custom types) require manual migration

First check

CreateReplicationInstance for the migration instance → CreateEndpoint for source/target → CreateReplicationTask to start the migration job.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
13 ms
Protocol
REST
Pricing
Stars
62

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 13ms

GitHub activity

62JavaScriptMIT17 open issuesLast commit 110d ago
01

About this API

DMS is AWS's core tool for migrating enterprises to the cloud. The biggest cloud-migration obstacle is often the database — decade-old Oracle stored procedures, SQL Server running core systems, self-managed MySQL with hundreds of GB. How to move these to AWS RDS/Aurora without days of downtime? DMS offers two modes: full load (one-time full copy with short downtime window) and CDC (continuously captures source-side changes and replays to target, enabling minute-level cutover). Combined with Schema Conversion Tool (SCT), can auto-convert Oracle/SQL Server schemas to open-source databases (PostgreSQL, MySQL) — not 100% automatic but covers 80-90% of simple schemas. Standard tool for migrating from commercial to open-source databases (reducing license costs).

02

What you can build

  • 1Migrate Oracle/SQL Server to AWS RDS/Aurora
  • 2Hybrid cloud data sync (on-prem MySQL to AWS)
  • 3CDC streams production database changes to analytical warehouse
  • 4Database re-platforming (MySQL to Aurora)
03

Strengths & limitations

Strengths

  • Supports nearly all mainstream databases (Oracle, SQL Server, MySQL, PostgreSQL, MongoDB, etc.)
  • Continuous sync during migration enables minimal-downtime cutover
  • Pairs with SCT tool to auto-convert schemas

Limitations

  • Complex schemas (stored procedures, custom types) require manual migration
  • Complex transactions occasionally have ordering issues in CDC mode
  • Sync performance heavily depends on source/target network
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://github.com/mermade/aws2openapi/<endpoint>
05

Getting started

CreateReplicationInstance for the migration instance → CreateEndpoint for source/target → CreateReplicationTask to start the migration job.

06

FAQ

Can I migrate out of AWS (e.g. AWS to Azure)?+

Technically yes — DMS supports any source to any target. But cross-cloud network cost and latency are limiting factors.

Does CDC mode guarantee zero data loss?+

In theory, yes — provided target-side write failures are properly retried. Run a consistency check before production cutover.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: Yes
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, go, java, csharp
Response time
13 ms
Last health check
5/12/2026, 7:36:33 AM
08

Tags

09

More from Amazon Web Services