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 strict licensing requirements and requires exactly 6 vCPUs and 45 GB of memory. None of the predefined machine types match this exact specification, and you want to avoid over-provisioning to save costs.
Which TWO statements are true regarding creating a custom machine type for this requirement? (Select TWO)
You need to deploy a legacy application on Compute Engine. The application has strict licensing requirements and requires exactly 6 vCPUs and 45 GB of memory. None of the predefined machine types match this exact specification, and you want to avoid over-provisioning to save costs.
Which TWO statements are true regarding creating a custom machine type for this requirement? (Select TWO)
Answer options:
You can create this instance using the gcloud compute instances create command with the --custom-cpu and --custom-memory flags.
Custom machine types are only available in specific premium regions.
The number of vCPUs must be an even number (except for 1 vCPU).
Memory must be specified in exact increments of 1024 MB (1 GB).
You must purchase a committed use discount before creating a custom machine type.
How to approach this question
Full Answer
Common mistakes
Practice the full GCP Associate Cloud Engineer Practice Exam 3
50 questions · hints · full answers · grading
Expert