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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Ah, Ubuntu 16.04 uses systemd instead of upstart, so “start” isn’t a thing anymore. Instead, you can use:
sudo service keepalived start
or
sudo systemctl start keepalived.service
both will do the same. :)
Oh great that worked!
I am still having some issues with keepalived working but that is because my setup is a bit more involved than the one in the tutorial. I’ll figure it out eventually.
Thanks so much for your help