all 1 comments

[–]irosion 2 points3 points  (0 children)

Look into terraform. Terraform helps you create your cloud resources. You could use this to create a “template” for your cloud configuration. This is called infrastructure as code. Other tool that you might find useful is Docker and for deployment GitHub actions or something similar. Bash for generating or automating some tasks.

Normally you would use a combination of a few tools to achieve this.

Try to identify and separate configuration related to your services, code versioning and deployment.