I curently do not have the time or resources to maintain this.
If you are looking for hosting solutions on AWS, please checkout n8n on eks clusters instead.
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 dependenciesyarn 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