A renewable energy enterprise is planning the Google Cloud Compute Engine architecture for two distinct operational workloads:
1. A primary grid telemetry routing engine that runs continuously 24/7, handles live stateful transactions, and must maintain a strict uptime SLA without unexpected termination.
2. An asynchronous nightly batch data processing pipeline that converts raw sensor logs into aggregated daily analytics; the pipeline supports native application checkpointing and can resume execution seamlessly if interrupted.
You need to design a Compute Engine deployment strategy that minimizes overall operational cost while adhering to the SLA and fault-tolerance requirements of each workload. Which TWO recommendations should you implement? (Select TWO.)
- Deploy the 24/7 grid telemetry routing engine on standard Compute Engine virtual machines and purchase Committed Use Discounts (CUDs) for the baseline capacity.Answer
- Provision the nightly batch data processing pipeline using Spot Virtual Machines (VMs) to take advantage of deeply discounted compute pricing for fault-tolerant tasks.Answer
- CDeploy the continuous 24/7 grid telemetry routing engine on Spot Virtual Machines to achieve maximum hourly cost savings for stateful continuous operations.
- DConfigure the nightly batch analytics process on dedicated sole-tenant nodes with 3-year Committed Use Discounts to prevent instance preemption during batch execution.