AWS Certified Cloud Practitioner — Question 460

Which design principle should be considered when architecting in the AWS Cloud?

Answer options

Correct answer: C

Explanation

Designing loosely coupled components is a fundamental AWS Cloud design principle because it isolates components, ensuring that a failure in one service does not cascade to others. In contrast, cloud architectures benefit from treating servers as disposable resources and utilizing asynchronous integration to improve scalability and resilience.