@n8n-dev/n8n-nodes-amazonaws-dms
v1.0.0
Published
Migrate data between commercial and open-source databases like Oracle, PostgreSQL.
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-dms
Stop writing amazonaws-dms API integrations by hand.
Every time you connect n8n to amazonaws-dms, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to amazonaws-dms took 5 minutes, not half a day?
This node gives you 1+ resources out of the box: Default: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-amazonaws-dmsOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-dms - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-dms API → paste your API key
- Drag the amazonaws-dms node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Add Tags To Resource
- Post Apply Pending Maintenance Action
- Post Batch Start Recommendations
- Post Cancel Replication Task Assessment Run
- Post Create Endpoint
- Post Create Event Subscription
- Post Create Fleet Advisor Collector
- Post Create Replication Instance
- Post Create Replication Subnet Group
- Post Create Replication Task
- Post Delete Certificate
- Post Delete Connection
- Post Delete Endpoint
- Post Delete Event Subscription
- Post Delete Fleet Advisor Collector
- Post Delete Fleet Advisor Databases
- Post Delete Replication Instance
- Post Delete Replication Subnet Group
- Post Delete Replication Task
- Post Delete Replication Task Assessment Run
- Post Describe Account Attributes
- Post Describe Applicable Individual Assessments
- Post Describe Certificates
- Post Describe Connections
- Post Describe Endpoint Settings
- Post Describe Endpoint Types
- Post Describe Endpoints
- Post Describe Event Categories
- Post Describe Event Subscriptions
- Post Describe Events
- Post Describe Fleet Advisor Collectors
- Post Describe Fleet Advisor Databases
- Post Describe Fleet Advisor Lsa Analysis
- Post Describe Fleet Advisor Schema Object Summary
- Post Describe Fleet Advisor Schemas
- Post Describe Orderable Replication Instances
- Post Describe Pending Maintenance Actions
- Post Describe Recommendation Limitations
- Post Describe Recommendations
- Post Describe Refresh Schemas Status
- Post Describe Replication Instance Task Logs
- Post Describe Replication Instances
- Post Describe Replication Subnet Groups
- Post Describe Replication Task Assessment Results
- Post Describe Replication Task Assessment Runs
- Post Describe Replication Task Individual Assessments
- Post Describe Replication Tasks
- Post Describe Schemas
- Post Describe Table Statistics
- Post Import Certificate
- Post List Tags For Resource
- Post Modify Endpoint
- Post Modify Event Subscription
- Post Modify Replication Instance
- Post Modify Replication Subnet Group
- Post Modify Replication Task
- Post Move Replication Task
- Post Reboot Replication Instance
- Post Refresh Schemas
- Post Reload Tables
- Post Remove Tags From Resource
- Post Run Fleet Advisor Lsa Analysis
- Post Start Recommendations
- Post Start Replication Task
- Post Start Replication Task Assessment
- Post Start Replication Task Assessment Run
- Post Stop Replication Task
- Post Test Connection
- Post Update Subscriptions To Event Bridge
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-dms docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official amazonaws-dms OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-dms OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the amazonaws-dms API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
