A global healthcare organization is designing a cloud architecture to process batch genomic dataset archives uploaded by partner laboratories. The dataset uploads occur unpredictably throughout the day, with volume fluctuating between zero and several hundred uploads per hour. Each processing task runs a containerized data-transformation binary that takes between 10 and 40 minutes to complete. The business goal is to minimize operational overhead and compute costs by avoiding charges for idle infrastructure while ensuring processing starts within minutes of upload. Additionally, raw uploaded archives must be preserved for compliance for five years, but are rarely accessed after the initial 30 days. Which TWO architectural recommendations should you make to meet these business and cost requirements? (Select TWO.)
- Execute containerized processing workloads using Cloud Run jobs triggered automatically by Cloud Storage object creation events via Eventarc.Answer
- Configure an Object Lifecycle Management rule on the Cloud Storage bucket to transition objects from Standard to Coldline storage 30 days after creation.Answer
- CProvision a continuous Google Kubernetes Engine (GKE) Autopilot cluster to run Kubernetes Job objects whenever new archives arrive.
- DPurchase 3-year Compute Engine Committed Use Discounts (CUDs) to cover the maximum anticipated vCPU and memory capacity required during peak processing hours.
- EDeploy a multi-region Cloud Spanner instance to store temporary task execution metadata and status logs during archive processing.