AWS Well-Architected Framework & the Six Pillars
The Well-Architected Framework is a set of best practices grouped into six pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and Sustainability. The exam loves to give you a one-sentence scenario and ask which pillar it belongs to, so you must know the exact "job" of each pillar. You also need to separate the free advisory tools (Well-Architected Tool, Trusted Advisor) from the Cloud Adoption Framework (CAF), which is about your whole organization's journey to the cloud, not a single workload.
Q1 A company wants to automatically replace failed EC2 instances and spread its application across multiple Availability Zones so it keeps running if one zone goes down. Which Well-Architected pillar does this goal map to?
- Performance Efficiency
- Reliability
- Operational Excellence
- Security
- A — Performance Efficiency is about using the right resource type and size to meet speed needs, not about surviving failures.
- C — Operational Excellence is about running and monitoring systems and improving processes, not the failover design itself.
- D — Security is about protecting data and systems, which is unrelated to recovering from a zone outage.
Q2 A team notices their reports run slowly. They switch from a general-purpose instance to a compute-optimized one and add Amazon CloudFront caching so users get content faster. Which pillar best describes this work?
- Reliability
- Cost Optimization
- Performance Efficiency
- Operational Excellence
- A — Reliability is about recovering from failure and staying available, not about making reports run faster.
- B — Cost Optimization is about avoiding unnecessary spend; here the goal is speed, even if costs change.
- D — Operational Excellence is about how you run and improve operations, not about choosing a faster instance type.
Q3 A startup wants to shut down idle development servers at night and right-size oversized instances so they stop paying for capacity they never use. Which pillar does this represent?
- Cost Optimization
- Sustainability
- Operational Excellence
- Performance Efficiency
- B — Sustainability focuses on reducing environmental impact (energy and resource use); the stated driver here is the bill, not the planet.
- C — Operational Excellence is about running and improving operations, not about cutting the spend itself.
- D — Performance Efficiency is about meeting speed needs with the right resources, not about reducing waste to save money.
Q4 A company sets a goal to reduce the energy and carbon footprint of its workloads by choosing efficient regions, using managed services, and minimizing the resources needed per unit of work. Which pillar is this?
- Cost Optimization
- Performance Efficiency
- Reliability
- Sustainability
- A — Cost Optimization targets the money you spend, not environmental impact, even though the two often overlap.
- B — Performance Efficiency is about meeting performance needs efficiently, not about carbon footprint.
- C — Reliability is about availability and recovery, which is unrelated to environmental impact.
Q5 A team automates its deployments with infrastructure as code, runs small frequent changes, and uses runbooks so they can monitor systems and improve daily operations. Which pillar are they strengthening?
- Reliability
- Operational Excellence
- Security
- Performance Efficiency
- A — Reliability is about recovering from failure and staying available, not about how you run and improve operations.
- C — Security is about protecting data and systems, which is not what automation of deployments is about here.
- D — Performance Efficiency is about resource selection and speed, not operational process improvement.
Q6 Which statement best captures the Well-Architected design principle "stop guessing your capacity needs"?
- Use scaling and automation so capacity matches demand instead of over-provisioning up front
- Always buy the largest instance type available to avoid running out of resources
- Sign a long-term contract for a fixed amount of hardware before launch
- Manually add servers only after users report the application is slow
- B — Always buying the largest instance is over-provisioning, the very waste this principle tells you to avoid.
- C — A fixed long-term hardware contract is the old data-center model of guessing capacity in advance.
- D — Waiting for users to complain before adding servers is reactive and harms users, not the proactive automatic scaling intended.
Q7 A solutions team must document a new workload's design, answer a structured questionnaire about each pillar, and get a report of high-risk issues with improvement suggestions. Which AWS offering is built for this?
- AWS Trusted Advisor
- AWS Config
- AWS Well-Architected Tool
- AWS Cloud Adoption Framework
- A — Trusted Advisor gives real-time checks across your account (cost, security, limits, etc.), not a guided pillar questionnaire for one workload.
- B — AWS Config records and evaluates resource configuration changes; it is not a design-review questionnaire.
- D — The Cloud Adoption Framework is guidance for an organization's overall cloud journey, not a workload review tool.
Q8 An account administrator wants real-time, automated checks that flag idle resources for savings, open security ports, and service quota limits they are approaching. Which service provides these checks across the categories?
- AWS Well-Architected Tool
- Amazon Inspector
- AWS Budgets
- AWS Trusted Advisor
- A — The Well-Architected Tool is a manual design questionnaire for one workload, not automated account-wide checks.
- B — Amazon Inspector scans for software vulnerabilities and unintended network exposure, not cost or service-limit checks.
- C — AWS Budgets alerts you when spending crosses a threshold; it does not check security ports or quotas.
Q9 Which of the following is NOT one of the six pillars of the Well-Architected Framework?
- Sustainability
- Scalability
- Operational Excellence
- Cost Optimization
- A — Sustainability is the sixth and newest pillar, so it is on the list.
- C — Operational Excellence is one of the original pillars.
- D — Cost Optimization is one of the six pillars.
Q10 A bank wants to enforce least-privilege access with IAM, encrypt data at rest and in transit, and keep audit trails of who did what. Which pillar covers these practices?
- Security
- Reliability
- Operational Excellence
- Cost Optimization
- B — Reliability is about availability and recovery from failure, not access control or encryption.
- C — Operational Excellence is about running and improving operations, not protecting data and identities.
- D — Cost Optimization is about avoiding unnecessary spend, which is unrelated to encryption and access control.
Q11 The Well-Architected design principle "scale horizontally to increase aggregate workload availability" is best described by which action?
- Replace several small servers with one very large server to simplify management
- Add more memory and CPU to a single existing instance when load grows
- Add more small resources behind a load balancer so the failure of one has limited impact
- Keep a single server but take frequent snapshots for backup
- A — Consolidating onto one large server creates a single large point of failure, the opposite of horizontal scaling.
- B — Adding memory and CPU to one instance is vertical scaling (scaling up), not horizontal.
- D — Snapshots are backups; they do not distribute load or reduce the impact of a single resource failing.
Q12 A company is planning its overall move to the cloud and needs guidance across business, people, governance, platform, security, and operations areas of the organization. Which AWS resource organizes adoption guidance into these "perspectives"?
- The six pillars of the Well-Architected Framework
- AWS Trusted Advisor
- The Well-Architected Tool
- The AWS Cloud Adoption Framework (CAF)
- A — The six pillars guide the design of a specific workload, not the whole organization's adoption strategy.
- B — Trusted Advisor gives account-level recommendation checks, not an organizational adoption framework.
- C — The Well-Architected Tool reviews one workload's design; it is not about company-wide cloud adoption.
Q13 An e-commerce site must recover quickly from a database failure and meet defined recovery time and recovery point objectives during disasters. Which pillar most directly addresses this disaster-recovery planning?
- Performance Efficiency
- Reliability
- Security
- Sustainability
- A — Performance Efficiency is about speed and right-sizing resources, not recovering from a disaster.
- C — Security protects data and access; recovery objectives are about availability, not protection.
- D — Sustainability is about environmental impact, which has nothing to do with disaster recovery.
Q14 Which statement correctly distinguishes the Well-Architected Tool from Trusted Advisor?
- The Well-Architected Tool guides a workload self-review against the pillars, while Trusted Advisor runs automated checks on your live account
- Trusted Advisor reviews a workload against the six pillars, while the Well-Architected Tool only checks billing
- Both tools only work after you purchase AWS Business Support and cannot run for free
- The Well-Architected Tool replaces IAM for managing user permissions
- B — This reverses the two tools; the Well-Architected Tool reviews against the pillars, not Trusted Advisor, and it is not limited to billing.
- C — The Well-Architected Tool is free, and Trusted Advisor offers a set of core checks without paid support, so "must purchase" is wrong.
- D — The Well-Architected Tool does not manage permissions; IAM does that.
Q15 A company runs a fixed-size fleet of servers sized for peak holiday traffic, leaving most of them idle the rest of the year. Following Well-Architected best practices, which pillar's improvement would most directly fix the wasted spend on idle capacity?
- Security
- Operational Excellence
- Reliability
- Cost Optimization
- A — Security is about protecting systems and data, not idle-capacity spend.
- B — Operational Excellence is about running and improving operations, not the cost of idle servers.
- C — Reliability is about availability and recovery; here the problem is wasted money, not failure.
Q16 Which is a core benefit of using the AWS Well-Architected Framework rather than a single point-in-time audit?
- It automatically lowers your monthly bill without any design changes
- It guarantees zero downtime for every workload you deploy
- It provides a consistent set of best practices to evaluate and improve workloads over time
- It replaces the need for IAM, encryption, and backups in your architecture
- A — The framework guides improvements; it does not automatically reduce costs by itself.
- B — No framework can guarantee zero downtime; it helps you design for higher reliability, not perfection.
- D — The framework recommends controls like IAM, encryption, and backups; it does not replace them.
Q17 A retailer must trace and stream large volumes of video efficiently and chooses the best-matched compute, storage, and database services, validating choices with load tests as traffic patterns change. Which pillar best matches this ongoing right-resource selection for performance?
- Reliability
- Performance Efficiency
- Cost Optimization
- Sustainability
- A — Reliability is about availability and recovery, not choosing the most efficient resources for speed.
- C — Cost Optimization focuses on reducing spend; the stated driver is meeting performance demands.
- D — Sustainability targets environmental impact, which is not the focus of this performance-tuning scenario.
Q18 Within the AWS Cloud Adoption Framework, which perspective focuses on the people side of cloud adoption such as training staff, roles, and managing organizational change?
- People perspective
- Platform perspective
- Governance perspective
- Operations perspective
- B — The Platform perspective is about building and modernizing the technical cloud environment, not staff and culture.
- C — The Governance perspective is about managing and measuring the cloud program, risk, and compliance, not training people.
- D — The Operations perspective is about running and supporting cloud services day to day, not workforce change management.