I’d like to know if anyoe here has been deploying ERPNext using tools like AWS CloudFormation?
With the new AWS Organizational Units, it would be quite convenient to have a completely automated way of being able to deploy the complete system onto development vs stage vs production “OU’s”.
Combined with things like CodeDeploy it would offer a convenient way of upgrading a stage or production system incl. “infrastructure rollback” support.
This is an old topic but I am working on an erpnext AWS deployment that is based on Cloudformation, Codebuild, Codedeploy and Codepipeline. It is planned to support multi-tenant and multi environments (like dev, uat, prod).
If there is any interest, I consider to open the GIT repo for collaboration.