By jas891
I am setting up a High Availability web server and I want to make sure that my servers are not on the same physical hardware. Is there a way to check this myself or any statement about this from DO?
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!
While we do not have a GUI method to do this, the API provides a list_neighbors function which you can run against a droplet. This will return details on any other droplets you own that are on the same physical hardware. This command can either be used within a program of your own, or via Curl. You can also use the doctl command line client. Once you know the droplet’s ID number you can run this command:
./doctl compute droplet neighbors DROPLET_ID
Thanks for the response. I used the API and it indicated that neither of my servers have neighbors. Does that seem reasonable?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.