Question #996
Which of the following is an AWS Well-Architected Framework design principle for operational excellence in the AWS Cloud?
Automate security incident response processes.
Perform operations as code.
Use multi-region deployments for high availability.
Optimize costs by scaling resources dynamically.
Explanation
Answer B is correct because 'Perform operations as code' is a key design principle under the Operational Excellence pillar. It ensures that operations processes are automated, repeatable, and version-controlled, reducing human error and enabling scalability.
Option A relates to the Security pillar, focusing on automating security responses. Option C falls under Reliability, addressing high availability through multi-region deployments. Option D is part of Cost Optimization, emphasizing dynamic scaling to reduce costs. Operational Excellence focuses on automating operations, monitoring, and continuous improvement, making B the only valid choice.
Answer
The correct answer is: B