QuestionQ329

Content Domain 1: Cloud Concepts

Which of the following is a recommended design principle for AWS Cloud architecture?

  • A Design tightly coupled components.
  • B Build a single application component that can handle all the application functionality.
  • C Make large changes on fewer iterations to reduce chances of failure.
  • D Avoid monolithic architecture by segmenting workloads.
Explanation

AWS recommends segmenting workloads to avoid monolithic architectures where possible. Smaller, appropriately separated services improve scalability, reliability, agility, and isolation of failures. AWS Well-Architected guidance also favors loosely coupled components and frequent, small, reversible changes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!