VCP-VCF Administrator 2024 Question 207
Select 2You are tasked with configuring an ESXi host in a VMware Cloud Foundation environment. The host needs to comply with a specific security and network configuration defined by the organization. Additionally, you must ensure that any future ESXi hosts added to the cluster automatically adhere to the same configuration through automation. Which steps should you take to achieve this?
- A
Create a Host Profile from an existing reference ESXi host with the required configuration.
- B
Manually apply the required configuration to each ESXi host in the cluster individually.
- C
Attach the created Host Profile to the cluster and remediate any non-compliant ESXi hosts.
- D
Enable Auto Deploy on the cluster to ensure all future hosts are automatically compliant.
- E
Export the Host Profile and apply it directly to each new ESXi host using the CLI.
Show answer and explanation
Correct answers: A, C
Explanation
To ensure ESXi host configurations align with organizational standards in a VMware Cloud Foundation environment, a Host Profile should be created from a reference host and attached to the cluster. This allows for consistent application of configurations and simplifies compliance through remediation. Manual configurations and reliance on CLI or Auto Deploy do not provide the same level of automation and scalability.
- A. Correct.
Correct: Creating a Host Profile from a reference host allows you to capture the desired configuration which can then be applied to other hosts.
- B. Incorrect.
Incorrect: Manually configuring each host is error-prone and does not scale well in an automated environment, which is not recommended for VMware Cloud Foundation.
- C. Correct.
Correct: Attaching the Host Profile to the cluster and remediating ensures that all ESXi hosts in the cluster comply with the defined configuration.
- D. Incorrect.
Incorrect: Auto Deploy is used for provisioning stateless ESXi hosts but does not directly enforce Host Profiles on existing hosts.
- E. Incorrect.
Incorrect: Exporting and applying the Host Profile using the CLI is unnecessary when the same goal can be achieved more efficiently using Host Profiles in the vSphere Client.