CV0-003 · Question #327
A company has moved all on-premises workloads into a public cloud. After some time, the cloud engineer starts noticing time drifts on the VMs and suspects an NTP issue. Time drifts were not an issue…
The correct answer is A. Implement Coordinated Universal Time on all workloads. Time drift on cloud VMs that was absent on-premises is resolved by standardizing all workloads to Coordinated Universal Time, ensuring a consistent and universal time reference across all distributed instances.
Question
A company has moved all on-premises workloads into a public cloud. After some time, the cloud engineer starts noticing time drifts on the VMs and suspects an NTP issue. Time drifts were not an issue when all the workloads were on-premises. Which of the following describes how the cloud engineer should resolve the issue?
Options
- AImplement Coordinated Universal Time on all workloads
- BPoint all workloads back to an on-premises NTP server
- CPoint all workloads to a stratum 2 within the public cloud provider
- DConfigure all of the VMs as NTP servers within the public cloud provider
How the community answered
(23 responses)- A78% (18)
- B13% (3)
- C4% (1)
- D4% (1)
Why each option
Time drift on cloud VMs that was absent on-premises is resolved by standardizing all workloads to Coordinated Universal Time, ensuring a consistent and universal time reference across all distributed instances.
Implementing UTC across all cloud workloads establishes a single, universal time standard that is independent of geographic region or time zone configuration, eliminating drift caused by inconsistent time settings across distributed VMs. On-premises environments often rely on a domain controller or local hardware clock as the authoritative NTP source, but in cloud environments, UTC is the universal reference and ensures all VMs share a consistent time base. Standardizing to UTC resolves drift that arises when VMs inherit conflicting or incorrect time zone settings during cloud provisioning.
Routing cloud VM time synchronization through an on-premises NTP server introduces network latency, creates a dependency on the corporate WAN, and establishes a single point of failure for all cloud workload time synchronization.
Pointing workloads to a cloud provider stratum 2 server addresses the NTP source but does not resolve drift caused by inconsistent time zone or time standard configurations across the VMs themselves.
Configuring VMs as NTP servers is unreliable because VM clocks are themselves subject to drift and virtualization clock skew, making them unsuitable as authoritative time sources for other workloads.
Concept tested: UTC time synchronization for cloud VMs
Source: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/set-time.html
Topics
Community Discussion
No community discussion yet for this question.