You're managing a large-scale cloud infrastructure. How would you ensure the security of your infrastructure using Infrastructure as Code principles?
- Automate security policies and configurations
- Ignore security in IaC
- Manual intervention for security
- Rely on third-party security tools
Infrastructure as Code (IaC) allows for automating security policies and configurations, ensuring consistency and reducing the risk of human error. By codifying security measures, you can enforce best practices and respond to security threats more efficiently.
Loading...
Related Quiz
- The CSS flexbox layout model is used for _______ layout.
- In a project, you need to create a navigation menu that changes its appearance on hover. Which CSS feature would you utilize for this effect?
- Google Cloud Platform's _______ service provides managed NoSQL databases.
- In RESTful APIs, _______ is a mechanism used to control access to resources.
- Which of the following is a common method to prevent Cross-Site Scripting (XSS) attacks?