Report this

What is the reason for this report?

How to easily and quickly deploy purpose specific servers?

Posted on May 14, 2014

I’d like to have the ability to easily launch prebuilt purpose specific (ex. ftp, web, mysql) server configurations in different regions.

My organization’s users would request for example an FTP server in NYC1 with a certain CPU/RAM/SSD config (DO standard plan) and have it ready for use within minutes.

I assume snapshots would be a solution? I’m however new to this type of development and would like to get input on how this could be setup in other ways without being dependent on DO snapshots.

Any suggestions welcome!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

You can spin up a new droplet, install and configure an FTP server on it, and snapshot it. Then, whenever you want to spin up a new FTP server, just create a new droplet that is based on the FTP snapshot. <br> <br>There is another option, which would be using a configuration management software such as Chef, Puppet, SaltStack, etc. We have plenty of articles on that: <a href=“https://www.digitalocean.com/community/tags/configuration-management”>https://www.digitalocean.com/community/tags/configuration-management</a>.

Generally I use snapshots to create new droplets. Here we was created a default droplet with all configurations then snapshot it. <br> <br>If you have many clients running on dedicated droplets, this way can be very helpful.

docker

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.