Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 982 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 982 Bytes

Serverless n8n on AWS Fargate

Deploy n8n on AWS fargate

This project builds a Cloudformation Stack using AWS CDK to run an instance of n8n.

The database is provisioned on RDS, and the service containers run on Fargate

To deploy this stack, make you sure you have node and yarn installed, and then then run

  • yarn to install all the dependencies
  • yarn cdk deploy to create the stack

Once the deployment is done, you can either go to the public ip assigned to the launched container, or look in the logs for the tunnel URL.

To tear down the stack, simply run yarn cdk destroy