An administrator manages a fleet of non-critical, fault-tolerant web scraping tasks running on Compute Engine instances. The team needs to reduce compute infrastructure costs while collecting detailed host system memory metrics in Google Cloud Observability. Which TWO actions should the administrator take?
- Provision the workload instances as Spot VMs to lower compute costs for fault-tolerant tasks.Cevap
- Install and configure the Google Cloud Ops Agent on the Compute Engine instances.Cevap
- CInstall the legacy Cloud Monitoring agent on the VM instances to capture system memory metrics.
- DGrant the primitive Owner role to the compute instance default service account.
- EConfigure standard persistent disks with Coldline storage class parameters to reduce disk costs.
Cevap
The administrator should provision the workload on Spot VMs to optimize cost for fault-tolerant tasks and install the Google Cloud Ops Agent to gather guest system memory metrics.
Provisioning fault-tolerant web scraping tasks as Spot VMs significantly reduces compute costs because these instances take advantage of unused Google Cloud capacity. Additionally, installing the Google Cloud Ops Agent enables the collection of detailed guest OS memory metrics, which are not natively visible at the hypervisor level.
Adım Adım Çözüm
Anahtar Kavram
Managing Compute Engine resource efficiency with Spot VMs and gathering guest OS memory telemetry using the Cloud Ops Agent.