QuestionQ688

Content Domain 1: Cloud Concepts

Which AWS design principle emphasizes the reduction of interdependencies between components of an application?

  • A Scalability
  • B Loose coupling
  • C Automation
  • D Caching
Explanation

Loose coupling is an AWS Well-Architected Framework design principle that emphasizes reducing direct dependencies between application components. This allows individual components to be updated, scaled, or replaced independently without cascading failures, improving system resilience and flexibility.

Learn more

Community Discussion

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