SAP-C02 Question 366
Select 3A rapidly growing e-commerce company is struggling with operational issues such as slow incident response times, inconsistent deployment processes, and lack of visibility into application performance. As a Solutions Architect, how can you design a strategy to improve their overall operational excellence using AWS services?
- A
Implement AWS CloudFormation to standardize and automate infrastructure deployments.
- B
Use Amazon CloudWatch to monitor application performance and set up alarms for critical metrics.
- C
Schedule manual audits to review deployment processes and identify bottlenecks.
- D
Adopt AWS Config to track configuration changes and ensure compliance with governance policies.
- E
Migrate all workloads to a single Availability Zone to simplify management and reduce costs.
Show answer and explanation
Correct answers: A, B, D
Explanation
To improve operational excellence, you need to focus on strategies that enhance automation, monitoring, and governance. AWS CloudFormation standardizes infrastructure deployments, reducing human errors. Amazon CloudWatch provides real-time monitoring and alarms, enabling proactive responses to performance issues. AWS Config ensures visibility and compliance for resource configurations. These services work together to establish a robust operational framework, aligning with AWS's Well-Architected Framework principles.
- A. Correct.
Implementing AWS CloudFormation helps to standardize and automate infrastructure deployments, reducing manual errors and improving consistency, which aligns with operational excellence.
- B. Correct.
Using Amazon CloudWatch provides visibility into application performance, enabling proactive monitoring and faster resolution of issues, which directly contributes to operational excellence.
- C. Incorrect.
While manual audits may uncover bottlenecks, they are not a scalable or automated solution and do not leverage AWS services to improve operational excellence.
- D. Correct.
Adopting AWS Config allows you to track and manage configuration changes, ensuring compliance and reducing the risk of misconfigurations, which supports operational excellence.
- E. Incorrect.
Migrating all workloads to a single Availability Zone creates a single point of failure and reduces availability, which is contrary to operational excellence principles.