3/8/2026 at 6:38:38 PM
I would recommend using PTP on all clouds. The accuracy is more than 10x to NTP. It consumes less CPU. It does not use network traffic and thus can not be attacked, even if UDP is open to internet or if network stack is under DoS.All clouds except AWS is easy: just `modprobe ptp_kvm` and point chrony at /dev/ptp0
On AWS it depends on instance type: some older do not support it at all, some support it via the network driver, some via the kvm PTP driver.
by gmokki