What are the 5 pillars of the Well Architected Framework?
What are the general design principles of the Well Architected Framework?
What are the Operational Excellence design principles?
What are the three best practice areas for operational excellence in the cloud?
Which AWS service is key to Operational Excellence?
AWS CloudFormation
What are the design principles of the security pillar? (7)
What are the 5 best practice areas for security in the cloud?
Which AWS service is key to security in the cloud?
IAM
What are the 5 design principles for reliability in the cloud?
What are the 3 best practice areas for reliability in the cloud?
Which AWS service is key to reliability in the cloud?
CloudWatch
What are the 5 design principles for performance efficiency in the cloud?
What are the 4 best practice areas for performance efficiency in the cloud?
Which AWS service is key to performance efficiency in the cloud?
CloudWatch
What are the 5 design principles for cost optimization in the cloud?
What are the 4 best practice areas for cost optimization in the cloud?
Which AWS service is key to cost optimization in the cloud?
Cost Explorer
How do we architect for disposable resources instead of fixed servers?
Bootstrapping (EC2 launch scripts)
Golden Images (Prebuilt AMIs)
Hybrid of two
Infrastructure as Code (CloudFormation)
What are the two services in AWS that support Infrastructure as Code?
Elastic Beanstalk
CloudFormation
How can the AWS Automation Principle be supported?
Loose Coupling
What are the keys to Removing Single Points of Failure?
Introduce redundancy
Detect Failure (health checks)
Durable Data Storage (S3, Dynamo, not EC2)
Multiple AZ
Shard data (break it up)
What are the components of Loose Coupling?
Well defined interfaces
Service Discovery (no hardcoded IPs)
Async Integration (queues)
Graceful Failure
How is the principle “Design Services, not Servers” implemented?
Using managed services (Paypal)
Serverless Architectures (Lambda, API Gateway, DynamoDB)
What are the components of the Security Principle?
Utilize AWS features
Offload responsibility to AWS
Reduce Privileged Access
Security as Code
Audit in Real Time