Oracle Cloud Infrastructure 2021 Multicloud Architect Associate — Question 12
You have a group pf developers who launch multiple VM.Standard2.2 compute instances every day into the compartment Dev. As a result, your OCI tenancy quickly hit the service limit for this shape. Other groups can no longer create new instances using VM.Standard2.2 shape.
Because of this, your company has issued a new mandate that the Dev compartment must include a quota to allow for use of only 20 VM.Standard2.2 shapes per
Availability Domain. Your solution should not affect any other compartment in the tenancy.
Which quota statement should be used to implement this new requirement? (Choose the best answer.)
Answer options
- A. set compute quota vm-standard2ג€"2count to 10 in compartment dev where request.region = us-phoenixג€"1
- B. set compute quota vm-standard2ג€"2ג€"count to 20 in compartment dev
- C. zero compute quotas in tenancy set compute quota vmג€"standard2ג€"2ג€"count to 20 in compartment dev
- D. zero compute quotas in tenancy set compute quota vmג€"standard2ג€"2ג€"count to 20 in tenancy dev
Correct answer: A
Explanation
The correct answer is A, which specifies a limit of 10 for the VM.Standard2.2 shape in the specific region of us-phoenix-1, ensuring compliance with the new quota requirement. Option B incorrectly suggests a limit of 20, which exceeds the mandated quota. Options C and D introduce unnecessary zero quotas that can disrupt the overall tenancy settings, making them incorrect solutions.