GCP ACE · Question 14 · Domain 2.2: Planning and configuring compute resources
You need to deploy a legacy application on Compute Engine. The application has very specific hardware requirements: it needs exactly 6 vCPUs and 40 GB of RAM. None of the predefined machine types match this requirement exactly.
What is the MOST cost-effective way to provision this instance?
Answer options:
Select the e2-standard-8 (8 vCPUs, 32 GB RAM) and add extra memory.
Select the n2-standard-8 (8 vCPUs, 32 GB RAM) and use a startup script to limit CPU usage.
Create a custom machine type with 6 vCPUs and 40 GB of RAM.
Deploy the application on Google Kubernetes Engine (GKE) to utilize exact resource requests.
50 questions · hints · full answers · grading