Can you create a new instance from an existing one by cloning it at digitalocean?
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.
I want to clone my droplet and you have answered that question now my second query is how my apps will work with the new droplet.
You might be interested in using a tool like Packer. It lets you automate the creation of snapshots with configuration files.
I just wrote two tutorials that may be helpful:
@kmax
You can create a Snapshot of your Droplet and then use that Snapshot to deploy a new Droplet. In a sense, it’s like cloning, but there’s an extra step.