Alright, for my API server I want a load balancer with X droplets.
I don’t want to manually setup each droplet. Is there a way I can duplicate a droplet? Or easily automate the provisioning?
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.
Hi there @dennisWhale,
What you could do is take a snapshot of your existing Droplet and then create a new Droplet from that snapshot, that way you will have an exact copy of your existing Droplet.
Here is a link to the official documentation on how to do that:
https://www.digitalocean.com/docs/images/snapshots/how-to/create-and-restore-droplets/
Hope that this helps! Regards, Bobby