datarevenue-berlin / OpenMLOps

MIT License
697 stars 101 forks source link

Tutorial: How to stop all the components correctly #60

Open sgaseretto opened 3 years ago

sgaseretto commented 3 years ago

Are there any plans on adding a tutorial with all the steps to correctly stop all the architecture? Or a set of scripts to perform this.

This will be helpful for people starting to experiment with OpenMLOps on AWS, or individual practitoners or students that still can't afford to have all this architecture running all the time. So if they are on a budget they can run experiments, try the architecture, and then stop everything.

bernardolk commented 3 years ago

Hello! Thanks for your interest in OpenMLOps. Yes, I think it would be valuable to have a tutorial on that, I will add this to our to-do list. On a more practical note, performing a simple terraform destroy should take down most of your infrastructure, being your DNS records (in route53 if you are using AWS for instance) and your TLS certificates the only things that you should manually take down afterward.