GCP ACE · Question 14 · Domain 2.2: Planning and configuring compute resources
You are migrating a legacy application to Compute Engine. The vendor specifies that the application requires exactly 6 vCPUs and 12 GB of RAM to maintain its license validity. None of the standard Google Cloud machine types match this exact specification.
Which TWO actions should you take to deploy this VM? (Select TWO)
You are migrating a legacy application to Compute Engine. The vendor specifies that the application requires exactly 6 vCPUs and 12 GB of RAM to maintain its license validity. None of the standard Google Cloud machine types match this exact specification.
Which TWO actions should you take to deploy this VM? (Select TWO)
Answer options:
Deploy a custom machine type with 6 vCPUs and 12GB RAM
Deploy a standard N1 machine type with 8 vCPUs and restrict the OS to use only 6 vCPUs
Custom machine types are only available for Preemptible VMs
Use the --custom-cpu=6 and --custom-memory=12 flags in the gcloud command
Use the --machine-type=custom-6-12288 flag in the gcloud command
How to approach this question
Full Answer
Common mistakes
Practice the full GCP Associate Cloud Engineer Practice Exam 5
50 questions · hints · full answers · grading
Expert