An administrator is designing a VCF Automation service catalog item that enables development teams from multiple business units to deploy standardized environments for microservices applications. The solution must support consistent configuration, minimize environment sprawl, and enforce automated decommissioning policies. Which three capabilities of VMware Cloud Foundation (VCF) Automation can be used to meet these requirements? (Choose three.)
To meet the requirements of a standardized, governed microservices environment, VCF 9.0 Automation provides several key features. First, Lease Policies are the primary tool for minimizing 'environment sprawl' and enforcing automated decommissioning. By assigning a lease, the administrator ensures that resources are automatically reclaimed after a set period unless a renewal is explicitly granted, preventing 'forgotten' deployments from consuming expensive capacity. Second, cloud-init (or the similar cloudConfig stanza) allows for the standardized, post-deployment configuration of the VM OS, such as installing security agents or company-specific developer tools, ensuring every environment is consistent from 'Day 0'. Finally, predefined firewall rules (often delivered via NSX VPC Security Profiles) ensure that newly deployed environments adhere to the organization's security standards. This prevents developers from manually (and potentially incorrectly) configuring networking, thereby automating the 'Secure-by-Design' requirement within the self-service catalog item.
Currently there are no comments in this discussion, be the first to comment!