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!
This is a great, focused article giving me what I needed along with excellent background info for further understanding. Thank you!
So how the heck to manually sync the time on Ubuntu 16.04?? When does sync happen automatically? And why doesn’t the article answer these most basic questions ??
An alternative to NTP that is more suitable for most users (doesn’t expose ports, “just works”) is “chrony” which can easily be installed with “apt-get install chrony” on Ubuntu/Debian and similar for other distros. It requires no configuration.
I enabled ntp several days ago and the time still has not synchronized. Here is the output from timedatectl
Local time: Fri 2018-09-28 17:41:48 AEST
Universal time: Fri 2018-09-28 07:41:48 UTC RTC time: Fri 2018-09-28 07:48:30 Timezone: Australia/Melbourne (AEST, +1000) NTP enabled: yes NTP synchronized: no RTC in local TZ: no DST active: no
My system is Ubuntu 14.04.4 LTS