Foundations
D1 · Secure
D2 · Resilient
D3 · Performance
D4 · Cost
~1 phút đọc

AWS Well-Architected Framework — 6 trụ cột

Khung tham chiếu đánh giá và thiết kế workload trên AWS với 6 pillar: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability.

well-architected
design-principles
reliability
security
cost

Sơ đồ tổng quan

Đang tải sơ đồ…

6 trụ cột nhớ nhanh

  • Operational Excellence: chạy & monitor workload hiệu quả, liên tục cải tiến (IaC, runbook, small reversible changes).
  • Security: bảo vệ dữ liệu, hệ thống & tài nguyên (defense in depth, least privilege, encrypt in transit & at rest).
  • Reliability: khả năng phục hồi & đáp ứng đúng công năng (auto-heal, DR, test recovery).
  • Performance Efficiency: chọn đúng resource, scale khi cần (serverless trước, right-size, global reach).
  • Cost Optimization: tránh lãng phí, đo lường ROI (pricing model đúng, decommission unused).
  • Sustainability: giảm environmental impact của workload (region hiệu quả, managed services, right-size).

Design principles chính

  • Stop guessing capacity: scale theo nhu cầu thực (ASG, serverless).
  • Test systems at production scale: dùng IaC để dựng env tạm.
  • Automate to make architectural experimentation easier.
  • Allow for evolutionary architectures: microservice-friendly.
  • Drive architectures using data: metrics > feeling.
  • Improve through game days: simulate failure (chaos engineering).

Shared Responsibility Model

AWS chịu trách nhiệm security **of** the cloud (hardware, network, facility, hypervisor). Customer chịu trách nhiệm security **in** the cloud (IAM, OS patch, app code, dữ liệu, encryption key, network config).

Mức độ managed càng cao, càng nhiều thứ AWS lo: EC2 → lo OS; RDS → chỉ lo schema/data; Lambda/DynamoDB → chỉ lo code + IAM.

Tip
Đề thi hay hỏi 'AI chịu trách nhiệm cho X?'. Ghi nhớ: với managed service càng cao thì càng ít thứ customer phải lo.
Nội dung liên quan
Flashcards liên quan