CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Well-Architected Framework: When to Use What (and How the Exam Tests It)

Master the Well-Architected Framework for the AWS Certified Solutions Architect - Associate exam with clear decision-making strategies.

The AWS Certified Solutions Architect - Associate (SAA-C03) exam tests our ability to apply the Well-Architected Framework. This framework is built around six pillars that guide our architectural decisions. Understanding when to apply each pillar is crucial for both real-world solutions and exam success.

The Six Pillars of Well-Architected Framework

  1. Operational Excellence: Focus on running and improving systems. This includes Infrastructure as Code (IaC), observability, and runbooks.
  2. Security: Protect your data and systems. Key elements include least privilege access, encryption, and traceability of actions.
  3. Reliability: Design for recovery from failures and scalability. Multi-AZ deployments, regular backups, and disaster recovery strategies are essential.
  4. Performance Efficiency: Optimize resource usage. Choose the right service and ensure it is sized correctly for your needs.
  5. Cost Optimization: Spend only on resources that deliver value. This involves selecting cost-effective solutions.
  6. Sustainability: Aim to minimize the environmental impact of your workloads.

When to Choose What

To answer design questions effectively, we treat each as an inquiry into which pillar the requirement is emphasizing. Here’s a breakdown of common scenarios:

Requirement Pillar Example Decision
Highly available Reliability Use multi-AZ deployment for redundancy.
Cheapest solution that meets needs Cost Optimization Choose the lowest-priced service that satisfies requirements.
Lowest latency Performance Efficiency Select the service that offers the best speed for the task.
Protect sensitive data Security Implement encryption and least privilege access.

When faced with multiple plausible options, always identify the emphasized pillar. This approach narrows down choices and prevents over-engineering.

How the Exam Tests This

The exam includes questions that directly assess our understanding of the Well-Architected Framework. Here are some patterns to look for:

  1. Specific Language: The exam often uses keywords like "cost-effective" or "highly available" to signal which pillar is most relevant to the question. Pay attention to these cues.
  2. Focusing on Constraints: Many questions will include constraints. The correct answer will often be the one that best aligns with the pillar while respecting the given constraints.
  3. Scenario-Based Questions: Expect scenarios that require you to balance multiple pillars. The key is to identify which pillar takes precedence in the given context.

The Rule to Remember

Always identify the key pillar emphasized in the requirement to guide your architectural decision-making.

By mastering the Well-Architected Framework, we prepare ourselves for both the exam and real-world solutions. Understanding each pillar and its application ensures we make informed choices that align with AWS best practices.

Take the free SAA-C03 mock exam

Take a free mock exam →