AWS
advanced
~20 hours

AWS Solutions Architect

Design scalable, secure, cost-optimized AWS architectures aligned with the Well-Architected Framework.

Chapter 1: Architecture Principles

Well-Architected Framework

Six pillars: operational excellence, security, reliability, performance, cost, sustainability.

Note: Expand this section with your own examples and production notes.

Design Patterns

Active-active, active-passive, and queue-based decoupling.

Note: Expand this section with your own examples and production notes.

Cost Optimization

Reserved capacity, Savings Plans, and rightsizing with Cost Explorer.

Note: Expand this section with your own examples and production notes.

Chapter 2: Building Scalable Systems

Auto Scaling

ASG scales EC2 or use Fargate for serverless containers.

Note: Expand this section with your own examples and production notes.

Load Balancing

ALB for HTTP; NLB for TCP and extreme throughput.

Note: Expand this section with your own examples and production notes.

Disaster Recovery

Define RTO/RPO; pilot light and warm standby strategies.

Note: Expand this section with your own examples and production notes.

Chapter 3: Security & Compliance

Network Security

WAF, Shield, and private connectivity with VPC endpoints.

Note: Expand this section with your own examples and production notes.

Data Encryption

Encrypt at rest with KMS; in transit with TLS everywhere.

Note: Expand this section with your own examples and production notes.

Compliance Standards

Map controls to SOC 2, HIPAA, or PCI as required.

Note: Expand this section with your own examples and production notes.

Chapter 4: Advanced Patterns

Microservices Architecture

Service mesh, API gateways, and bounded contexts.

Note: Expand this section with your own examples and production notes.

Serverless Applications

Lambda + API Gateway + DynamoDB for event-driven scale.

Note: Expand this section with your own examples and production notes.

Multi-Region Setup

Route 53 health checks and cross-region replication.

Note: Expand this section with your own examples and production notes.