@n8n-dev/n8n-nodes-amazonaws-mgn
v1.0.0
Published
Application Migration Service service.
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-mgn
Stop writing amazonaws-mgn API integrations by hand.
Every time you connect n8n to amazonaws-mgn, 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-mgn 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-mgnOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-mgn - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-mgn API → paste your API key
- Drag the amazonaws-mgn node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Post Archive Application
- Post Archive Wave
- Post Associate Applications
- Post Associate Source Servers
- Post Change Server Life Cycle State
- Post Create Application
- Post Create Launch Configuration Template
- Post Create Replication Configuration Template
- Post Create Wave
- Post Delete Application
- Post Delete Job
- Post Delete Launch Configuration Template
- Post Delete Replication Configuration Template
- Post Delete Source Server
- Post Delete Vcenter Client
- Post Delete Wave
- Post Describe Job Log Items
- Post Describe Jobs
- Post Describe Launch Configuration Templates
- Post Describe Replication Configuration Templates
- Post Describe Source Servers
- Get Describe Vcenter Clients
- Post Disassociate Applications
- Post Disassociate Source Servers
- Post Disconnect From Service
- Post Finalize Cutover
- Post Get Launch Configuration
- Post Get Replication Configuration
- Post Initialize Service
- Post List Applications
- Post List Export Errors
- Post List Exports
- Post List Import Errors
- Post List Imports
- Post List Source Server Actions
- Get List Tags For Resource
- Post Tag Resource
- Post List Template Actions
- Post List Waves
- Post Mark As Archived
- Post Put Source Server Action
- Post Put Template Action
- Post Remove Source Server Action
- Post Remove Template Action
- Post Retry Data Replication
- Post Start Cutover
- Post Start Export
- Post Start Import
- Post Start Replication
- Post Start Test
- Post Terminate Target Instances
- Post Unarchive Application
- Post Unarchive Wave
- Delete Untag Resource
- Post Update Application
- Post Update Launch Configuration
- Post Update Launch Configuration Template
- Post Update Replication Configuration
- Post Update Replication Configuration Template
- Post Update Source Server Replication Type
- Post Update Wave
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-mgn 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-mgn OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-mgn 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-mgn 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
