VCP-CMA 2024 Question 215
Select 3An organization uses VMware Aria Automation to manage its cloud infrastructure. The team is working on a new cloud template for deploying virtual machines and wants to implement versioning to track changes made by different team members. Which actions must the team take to effectively create and manage template versioning in VMware Aria Automation Cloud?
- A
Publish each version of the cloud template after making changes to make it available for deployment.
- B
Use the built-in version control system to compare and revert to previous versions of the cloud template.
- C
Create a new project for every new version of the cloud template to isolate changes.
- D
Add version notes or descriptions when saving a new version to document changes for future reference.
- E
Clone the cloud template into a new template for every update to avoid overwriting the original.
Show answer and explanation
Correct answers: A, B, D
Explanation
Effective management of VMware Aria Automation Cloud template versioning involves publishing updated versions to make them available, leveraging the version control system for managing changes, and documenting updates with version notes. These practices ensure collaboration, traceability, and streamlined deployment workflows.
- A. Correct.
Correct. Publishing a version is required to make it available for deployments. Without publishing, the changes remain in draft and cannot be used.
- B. Correct.
Correct. VMware Aria Automation Cloud supports version control, allowing users to compare and revert to previous versions when necessary.
- C. Incorrect.
Incorrect. Creating a new project for every version is not a best practice and would lead to unnecessary complexity in managing templates.
- D. Correct.
Correct. Adding version notes or descriptions provides clarity on what changes were made, which is essential for collaboration and auditing.
- E. Incorrect.
Incorrect. Cloning templates for every update is not required since versioning inherently tracks changes within the same template.