AWS Certified Cloud Practitioner — Question 316
Which guideline is a well-architected design principle tor building cloud applications?
Answer options
- A. Keep static data closer to compute resources.
- B. Provision resources for peak capacity.
- C. Design for automated recovery from failure.
- D. Use tightly coupled components.
Correct answer: C
Explanation
Designing for automated recovery ensures that cloud applications can self-heal, minimize downtime, and maintain high availability without manual intervention. Conversely, provisioning for peak capacity is inefficient compared to dynamic scaling, and well-architected systems favor loosely coupled components over tightly coupled ones to improve flexibility and fault tolerance.