CV0-002 · Question #210
Which of the following provides the BEST approach for deploying multiple new firewalls into an IaaS cloud environment with minimal errors?
The correct answer is C. Automated and orchestrated deployment. Deploying multiple new firewalls into an IaaS cloud environment with minimal errors is best achieved through automated and orchestrated deployment.
Question
Which of the following provides the BEST approach for deploying multiple new firewalls into an IaaS cloud environment with minimal errors?
Options
- AManual deployment configuration
- BCloud provider installation
- CAutomated and orchestrated deployment
- DFirewall configuration clone
How the community answered
(29 responses)- A3% (1)
- C90% (26)
- D7% (2)
Why each option
Deploying multiple new firewalls into an IaaS cloud environment with minimal errors is best achieved through automated and orchestrated deployment.
Manual deployment configuration is prone to human error, inconsistent, and time-consuming when deploying multiple firewalls in a cloud environment.
Cloud provider installation typically refers to the cloud provider setting up the underlying infrastructure, not the specific automated deployment and configuration of customer-specific firewall instances.
Automated and orchestrated deployment uses Infrastructure as Code (IaC) principles to define, provision, and configure multiple firewalls consistently across the IaaS environment. This approach significantly reduces human error, ensures standardization, and provides scalability and repeatability for complex deployments.
While cloning can replicate a base firewall configuration, it does not address the orchestration and unique integration needs for deploying multiple instances with distinct network settings or policies within an IaaS environment.
Concept tested: Automated and orchestrated cloud deployment
Source: https://learn.microsoft.com/en-us/devops/operate/infrastructure-as-code
Topics
Community Discussion
No community discussion yet for this question.