1 Answer
- Newest
- Most votes
- Most comments
1
- Ensure that your Ubuntu VM is configured to use NTP (Network Time Protocol) to synchronize its clock with internet time servers. You can check if NTP is running and configured correctly with commands like
timedatectl
or by checking the NTP service status. - You can manually force a time synchronization using
sudo ntpdate ntp.ubuntu.com
or the appropriate command for your configured NTP service. This can help if your clock is slightly off but not visibly so. - Lastly, make sure you're running the latest version of the AWS CLI
If this has answered your question or was helpful, accepting the answer would be greatly appreciated. Thank you!
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago
I have forced a time sync with
sudo ntpdate ntp.ubuntu.com
but no luck. However,timedatectl
shows the correct time & day. Im currently on the latest AWS CLU (2.15.18).