AWS Certified Cloud Practitioner — Question 568

A company wants to build an application for a new line of business.

According to the AWS Well-Architected Framework, what design principles should be implemented? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Decoupling components (Option C) prevents cascading failures and simplifies scaling by breaking apart monolithic deployments, which aligns with AWS best practices. Incorporating elasticity (Option E) allows the system to automatically scale resources to match demand, optimizing both cost and performance. Other options are incorrect as AWS manages the physical hardware, and consolidating all accounts or attempting to migrate physical hardware directly to VPCs goes against AWS design principles.