QuestionQ131
Designing and planning a cloud solution architectureYou have been hired by your client to lead the migration of their application infrastructure to GCP. A current issue is that their on-premises high-performance SAN needs frequent, costly upgrades to keep pace with these identified workloads:
- 20 TB of log archives kept for legal reasons
- 500 GB of VM boot/data volumes and templates
- 500 GB of image thumbnails
- 200 GB of customer session-state data that lets customers restart sessions even after being offline for several days
Which option best represents your recommendations for a cost-effective storage allocation?
- A Local SSD for customer session state data. Lifecycle-managed Cloud Storage for log archives, thumbnails, and VM boot/data volumes.
- B Memcache backed by Cloud Datastore for the customer session state data. Lifecycle-managed Cloud Storage for log archives, thumbnails, and VM boot/data volumes.
- C Memcache backed by Cloud SQL for customer session state data. Assorted local SSD-backed instances for VM boot/data volumes. Cloud Storage for log archives and thumbnails.
- D Memcache backed by Persistent Disk SSD storage for customer session state data. Assorted local SSD-backed instances for VM boot/data volumes. Cloud Storage for log archives and thumbnails.
Community Discussion