Well Architected Framework
5 Pillars
Operational Excellence
- Run and monitor systems to deliver business value
-
Continuously improve processes and procedures
-
Design Principles
IaCDocumentationFrequent, small, reversible changesRefine operations procedures frequentlyand ensure the team is familiar with itAnticipate failureLearn from all operational failures

Security
- Protect
information,systemsandassetswhile delivering business value -
Risk assessmentsandmitigation strategies -
Design Principles
Implement a strong identity foundation: centralize privileges and reduce long-term credentials - Principle of least privilegeEnable traceability: integrate logs and metrics with systemsApply security at all layers: edge network, vpc, subnet, lb, OS, appAutomate security best practicesProtect data in transit and at restKeep people away from dataPrepare for security events: increase speed for detection, investigation and recovery

Reliability
- System
recoverfrom infrastructure or service disruptions -
Dynamically scaleto meet demand andmitigate disruptions -
Design Principles
Test recovery procedures: simulate different failures to recreate scenariosAutomatically recover from failure: anticipate and remediate failuresScale horizontally to aggregate system availabilityStop guessing capacity: use autoscalingManage change in automation: use automation to make infrastructure

Performance Efficiency
- Use computing resource efficiently
-
Maintain that efficiency as demand changes
-
Design Principles
Democratize advanced technologiesGo global in minutesUse serverless architecturesExperiment more oftenMechanical sympathy: be aware of all AWS services

Cost Optimization
-
Deliver business value at the
lowest price -
Design Principles
Adopt a consumption mode: pay only for what you useMeasure overall efficiency: use cloudwatchStop spending money on data center operations: move to cloud and stop worrying about infrastructureAnalyze and attribute expensitures: use tags to track cost of each applicationUse managed and application level services to reduce cost of ownership: prefer serverless

Architecture Use Cases
Stateless Web App

Stateful (E-commerce)

Stateful (Blog)

To Do List Mobile App

Serverless Blogs

Microservices

Distributing paid content

Software Updates Offloading

Big Data Ingestion Pipeline

Lambda, SNS, SQS

S3 Events

Caching Strategies

Network Security
