AWS EC2: Use NPT inside VPC

AWS announced to provide their own internal NTP inside VPC at AWS re:Invent 2017. Here is how to do it:

CentOS

sudo yum erase ntp*; sudo yum -y install chrony; sudo service chronyd start

Debian/Ubuntu

sudo apt-get remove -y ntp*; sudo apt-get -y install chrony; sudo service chronyd start; apt-get autoremove