VCP-CMA 2024 Question 156
Select 3A cloud administrator is troubleshooting a provisioning error in VMware Aria Automation where a deployment fails during the machine creation stage. The error log indicates 'Insufficient resources to satisfy the request.' Which of the following steps should the administrator take to resolve the issue?
- A
Verify the compute resource capacity in the associated cloud zone.
- B
Check the network profile configuration for any missing or invalid subnets.
- C
Modify the blueprint to reduce the requested CPU and memory resources.
- D
Ensure that the project assigned to the blueprint has the proper cloud zones mapped.
- E
Increase the concurrency limits for the cloud account in VMware Aria Automation.
Show answer and explanation
Correct answers: A, C, D
Explanation
The error 'Insufficient resources to satisfy the request' indicates a problem with available compute resources in the cloud zone or a mismatch between the requested resources in the blueprint and the available capacity. Steps like checking zone capacity, optimizing blueprint resource requests, and verifying the correct project-to-cloud-zone mapping are effective ways to troubleshoot and resolve the issue.
- A. Correct.
Verifying compute resource capacity in the cloud zone is critical because insufficient resources could directly lead to provisioning failures.
- B. Incorrect.
Network profile issues typically cause network-related errors, not resource capacity errors, so this step is not relevant in this scenario.
- C. Correct.
Reducing the requested CPU and memory resources in the blueprint can help if the current resource request exceeds the available capacity.
- D. Correct.
Ensuring that the project has the correct cloud zones mapped is important because incorrect or unmapped zones can prevent resource allocation.
- E. Incorrect.
Increasing concurrency limits for the cloud account is unrelated to resource capacity issues and would not resolve this specific error.