I just try to synchronize time with NTP-Server on EC2 instances:
server 0.amazon.pool.ntp.org iburst
server 1.amazon.pool.ntp.org iburst
server 2.amazon.pool.ntp.org iburst
server 3.amazon.pool.ntp.org iburst
Unfortunately, I couldn't sync with NTP-Server. My question is:
- Should we have to open ports in security group to allow NTP-Server connect to EC2 instances ?
- If yes, then how can we know which IP is amazon.pool.ntp.org (it's changing over time) and we cannot open All Traffics
Thanks in advance,
Toan Dao