VCP-CMA 2024 Question 196
Single answerAs a cloud administrator, you are tasked with configuring flavor mappings in VMware Aria Automation to align with your organization's standard VM configurations. You have created several flavor mappings for different workload types. During a deployment request for a production workload, the request fails due to an incompatible flavor mapping. What could be the most likely reason for the failure?
- A
The flavor mapping does not match any existing compute resources in the cloud zone.
- B
The flavor mapping is missing a tag that matches the deployment profile.
- C
The flavor mapping is not assigned to a specific cloud zone.
- D
The flavor mapping is set to a lower resource allocation than required by the workload.
Show answer and explanation
Correct answer: A
Explanation
Flavor mappings in VMware Aria Automation define the size and resource allocation for VMs. For a deployment to succeed, the flavor mapping must match the available compute resources in the cloud zone. If no compatible resource exists for the defined flavor mapping, the deployment fails. The issue in this scenario is most likely due to an incompatible flavor mapping with the available compute resources.
- A. Correct.
Flavor mappings must correspond to compatible compute resources in the cloud zone. If there is no match, the deployment will fail.
- B. Incorrect.
While tags are essential for placement decisions, flavor mappings do not rely solely on tags to define compatibility.
- C. Incorrect.
Flavor mappings do not need to be explicitly assigned to a cloud zone. They are used in conjunction with cloud templates and policies for resource selection.
- D. Incorrect.
If the requested workload exceeds the resources defined in the flavor mapping, the deployment could fail. However, the primary issue in this case is the lack of a matching compute resource.