CompTIA Cloud+ (CV0-003) — Question 150

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?

Answer options

Correct answer: B

Explanation

Configuring infrastructure as code (IaC) is the most suitable solution as it allows the administrator to automate the provisioning and management of infrastructure without needing to change application code. Implementing a CI/CD tool focuses on automating the software release process, while deploying an orchestration tool is more about managing containerized applications. Employing DevOps methodology is a broader approach that encompasses various practices but does not specifically address the provisioning of resources at the infrastructure level.