An online gaming company is designing a new solution architecture on Google Cloud to handle a new game title launch. The architecture has two primary requirements:
1. A stateless HTTP microservice for player telemetry and session validation that experiences unpredictable traffic spikes and long idle periods during off-peak hours. The company requires zero baseline infrastructure cost when there is no incoming traffic and wants to minimize management overhead.
2. A one-time migration of an historical telemetry dataset from their on-premises data center to Cloud Storage within a strict 2-week deadline. Their current on-premises uplink is and is heavily saturated by current business operations.
Which TWO architectural solutions should the cloud architect recommend to satisfy these business goals while optimizing total cost and operational overhead? (Select TWO.)
- Deploy the stateless telemetry HTTP microservice on Cloud Run to automatically scale down to zero instances during idle periods.Answer
- Order a Google Cloud Transfer Appliance to transfer the 800 TB historical dataset to Cloud Storage via physical shipping.Answer
- CDeploy the stateless telemetry HTTP microservice on a dedicated Google Kubernetes Engine (GKE) cluster with cluster autoscaler enabled.
- DTransfer the 800 TB historical dataset directly over the internet using Storage Transfer Service.