CAS-005 · Question #484
A security engineer needs to create multiple servers in a company's private cloud. The servers should have a virtual network infrastructure that supports connectivity, as well as security…
The correct answer is C. Using Terraform to implement an infrastructure as code model with the existing private cloud. Using Terraform allows the security engineer to implement Infrastructure as Code, enabling consistent creation of servers, virtual networking, and security configurations from predefined templates within the private cloud. This ensures repeatability, scalability, and security…
Question
A security engineer needs to create multiple servers in a company's private cloud. The servers should have a virtual network infrastructure that supports connectivity, as well as security configurations applied using predefined templates. Which of the following is the best option for the security engineer to consider for the deployment?
Options
- AInstalling a container orchestration solution locally, configuring the infrastructure, and cloning the
- BCreating templates on the cloud provider marketplace and modeling the solution using those
- CUsing Terraform to implement an infrastructure as code model with the existing private cloud
- DIntegrating the cloud provider API to the CI/CD pipeline model used by the company
How the community answered
(49 responses)- A4% (2)
- B8% (4)
- C73% (36)
- D14% (7)
Explanation
Using Terraform allows the security engineer to implement Infrastructure as Code, enabling consistent creation of servers, virtual networking, and security configurations from predefined templates within the private cloud. This ensures repeatability, scalability, and security compliance.
Community Discussion
No community discussion yet for this question.