Infrastructure as Code の原則に合致する状況はどれですか? (2つ選んでください。)
正解:D,E
Infrastructure as Code (IaC) principles emphasize the use of code to manage and provision computing infrastructure. The key situations that align with IaC principles include: Easily reproducible systems: Infrastructure can be recreated consistently across different environments using code, ensuring that systems are reliable and predictable. Repeatable processes: Using scripts and configuration files to automate infrastructure setup and management ensures that processes can be repeated accurately and efficiently. Reference: Infrastructure as Code (IaC) Principles Cisco DevNet Associate Certification Guide