CV0-003 · Question #732
A systems administrator needs to deploy a solution to automate new application releases that come from the development team. The administrator is responsible for provisioning resources at the infrastr
The correct answer is B. Configuring infrastructure as code. Infrastructure as code (IaC) is a practice of managing and provisioning infrastructure through code. This means that the infrastructure is defined in code, and the code is used to create and manage the infrastructure. This allows for automation of infrastructure provisioning and
Question
A systems administrator needs to deploy a solution to automate new application releases that come from the development team. The administrator is responsible for provisioning resources at the infrastructure layer without modifying any configurations in the application code. Which of the following would BEST accomplish this task?
Options
- AImplementing a CI/CD tool
- BConfiguring infrastructure as code
- CDeploying an orchestration tool
- DEmploying DevOps methodology
How the community answered
(24 responses)- A4% (1)
- B71% (17)
- C8% (2)
- D17% (4)
Explanation
Infrastructure as code (IaC) is a practice of managing and provisioning infrastructure through code. This means that the infrastructure is defined in code, and the code is used to create and manage the infrastructure. This allows for automation of infrastructure provisioning and configuration, which can help to improve the speed and reliability of deployments. In this case, the systems administrator needs to automate the provisioning of resources at the infrastructure layer without modifying any configurations in the application code. This can be accomplished by using IaC. The administrator can create code that defines the infrastructure resources that need to be provisioned, and then use this code to provision the resources. The code can be written in a variety of languages, such as YAML, Python, or HashiCorp Configuration
Topics
Community Discussion
No community discussion yet for this question.