AWS Architecting & Ecosystem Exam
Questions And Answers
AWS Cloud Best Practices - Design Principles -
correct answer ✅- scalability: vertical and horizontal
- disposable resources: servers should be disposable and easily
configured
- automation: serverless, IaaS, auto scaling...
- loose coupling: monolith are apps that do more and more over
time, becoming bigger; break it down into smaller, loosely coupled
components; a change or a failure in one component should not
cascade to other components
- services, not servers: don't just use EC2, use managed services,
databases, serverless, etc
Well-Architected Framework 6 Pillars -
correct answer ✅- Operational Excellence
- Security
- Reliability
- Performance Efficiency
- Cost Optimization
- Sustainability
, AWS Architecting & Ecosystem Exam
Questions And Answers
Operational Excellence Pillar -
correct answer ✅Design Principles
- perform operations as code: infrastructure as code
- annotate documentation
- make frequent, small, reversible changes
- refine operations procedures frequently
- anticipate failure
- learn from all operational failures
Security Pillar -
correct answer ✅Design Principles
- implement a strong identity foundation: centralize privilege
management and reduce reliance on long-term credentials
- enable traceability
- apply security at all layers
- automate security in best practices
- protect data in transit and at rest: encryption, tokenization, and
access control
- keep people away from data
Questions And Answers
AWS Cloud Best Practices - Design Principles -
correct answer ✅- scalability: vertical and horizontal
- disposable resources: servers should be disposable and easily
configured
- automation: serverless, IaaS, auto scaling...
- loose coupling: monolith are apps that do more and more over
time, becoming bigger; break it down into smaller, loosely coupled
components; a change or a failure in one component should not
cascade to other components
- services, not servers: don't just use EC2, use managed services,
databases, serverless, etc
Well-Architected Framework 6 Pillars -
correct answer ✅- Operational Excellence
- Security
- Reliability
- Performance Efficiency
- Cost Optimization
- Sustainability
, AWS Architecting & Ecosystem Exam
Questions And Answers
Operational Excellence Pillar -
correct answer ✅Design Principles
- perform operations as code: infrastructure as code
- annotate documentation
- make frequent, small, reversible changes
- refine operations procedures frequently
- anticipate failure
- learn from all operational failures
Security Pillar -
correct answer ✅Design Principles
- implement a strong identity foundation: centralize privilege
management and reduce reliance on long-term credentials
- enable traceability
- apply security at all layers
- automate security in best practices
- protect data in transit and at rest: encryption, tokenization, and
access control
- keep people away from data