Description
n8n-nodes-aws-ecs
This is an n8n community node. It lets you use AWS ECS (Elastic Container Service) in your n8n workflows.
Elastic Container Service is a fully managed service by Amazon Web Services (AWS) that allows you to deploy, manage, and scale containerized applications. It automates container orchestration at large scale, offering flexibility to choose between serverless infrastructure with AWS Fargate or EC2 instance management, while also deeply integrating with other AWS services for security and efficient operation..
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Force new deployment: Forces a new deployment of a service. Existing tasks will be stopped and new tasks will be started with the latest task definition.
For now, only the "Force new deployment" operation is supported. More operations will be added in the future.
Credentials
Default AWS Credentials.
Compatibility
Tested with 1.114.3 N8N version.
Resources
Version history
1.0.0 – Add support to force new deployment.