We have a server in AWS with Amazon linux. By default, it comes with NTP service, and we can see that it is in sync. However, when someone changes the time using the below command:
date -s "14 JUL 2014 04:45:00"
The date and time are forced. When the next check happens with NTP, ntpd does not update the time. Can some one help me with this, in order to prevent from unauthorized changes to the time using NTP.