Connected to this question: https://www.digitalocean.com/community/questions/can-you-make-an-erlang-cluster-with-digitalocean-droplets
How would you automate the create and destruction of droplets? Every time one is created they automatically have certain packages installed, perhaps using packer, and then get added to an erlang cluster. How might I go about all of this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
We use our own automation platform, Tines, for management of our Digital Ocean Droplet automation. We create/delete droplets, add/remove tags, manage DNS and more. It works great! We wrote about how we do it in the below blog post. If you’d like to know more I’m happy to talj through the details - feel free to send me a DM.
https://tines.io/blog/automating-trial-creation/
You can use a tool such as
doctl
– https://github.com/digitalocean/doctl and some shell scriptsAnother solution is to use Hashicorp’s Terraform - https://www.digitalocean.com/community/tutorials/how-to-use-terraform-with-digitalocean
Using the API.