Report this

What is the reason for this report?

What do the 'Avaliable Settings' during droplet creation mean?

Posted on October 7, 2014

I’ve looked through the Support section, and found only vague hints about Private Networking. I’m still confused about User Data.



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.

The Enable User Data setting allows you to pass arbitrary data into the user-data key of the DigitalOcean Metadata service. It is available in regions that are running v1.5 of our backend. You may run this command on a droplet, to retrieve the user-data that you supplied at its creation time:

curl -w "\n" http://169.254.169.254/metadata/v1/user-data

Currently, the Enable User Data setting is only required for the clustering of CoreOS droplets. For more information about using the setting with CoreOS, read this tutorial: How To Set Up a CoreOS Cluster on DigitalOcean

We are expanding this feature and will be providing much more documentation around it soon. Besides CoreOS it will be useful for providing scripts and initial configuration information to your droplet on CentOS 7 and Ubuntu 14.04.

Private networking allows your droplet to communicate with other droplets in the same datacenter without being exposed to the larger internet. One common use case is when you have your front-end application and database on separate servers in order to lock down access to the database server. For more info, check out:

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.