19. AWS Architecting Flashcards
What is the purpose of the AWS Well-Architected Framework?
To provide a consistent approach for customers and AWS partners to evaluate architectures and implement designs that scale over time.
Fill in the blank: AWS Well-Architected Framework consists of __ pillars.
six
True or False: Security is one of the six pillars of the AWS Well-Architected Framework.
True
What pillar focuses on minimizing environmental impact in AWS workloads?
Sustainability
Which pillar emphasizes running systems to deliver business value at the lowest price point?
Cost Optimization
List three principles of the Operational Excellence pillar.
Perform operations as code, make small reversible changes, and use managed services.
How does the Well-Architected Framework view the relationship between the six pillars?
The pillars work in synergy rather than trade-offs.
What principle within Security is related to managing privileges?
Implement a strong identity foundation with least privilege access.
Which AWS service supports operational excellence by managing configuration changes?
AWS Config
What is a primary design principle in Performance Efficiency for rapid global reach?
Go global in minutes
Define the purpose of the Cost Optimization pillar.
To run systems that deliver business value at the lowest cost.
Fill in the blank: The Security pillar emphasizes protecting data both in transit and __.
at rest
True or False: Operational Excellence recommends using operations as code.
True
Name an AWS service useful for implementing observability in Operational Excellence.
Amazon CloudWatch
Which service is essential for maintaining access control in Security?
AWS Identity and Access Management (IAM)
Why should systems be designed to handle failure in the Reliability pillar?
To ensure resilience against disruptions and maintain service availability.
How does the Performance Efficiency pillar suggest handling advanced technologies?
Democratize advanced technologies by using managed services.
True or False: Using Auto Scaling is a recommended practice under Cost Optimization.
True
Which AWS service assists with proactive security measures?
AWS Shield
Give one example of using managed services to reduce operational burden.
Utilizing AWS Lambda to eliminate server management.
Describe ‘loose coupling’ as a design principle.
Breaking down a system into smaller components to prevent a single failure from impacting the entire system.
What is the main goal of the AWS Cloud Adoption Framework (CAF)?
To help organizations plan their cloud transformation.
List two perspectives under the AWS CAF.
Business Perspective and Security Perspective
Which AWS tool reviews architectures against the Well-Architected Framework pillars?
AWS Well-Architected Tool
What is a key benefit of the Sustainability pillar?
Minimizes environmental impact by reducing energy consumption.
What principle under Reliability helps in managing failures before they happen?
Test recovery procedures
True or False: Performance Efficiency encourages experimenting with different resources.
True
Which pillar includes the principle of enabling traceability?
Security
How does the Cost Optimization pillar advise to measure efficiency?
Use AWS CloudWatch to monitor usage and efficiency.
Which tool helps track AWS usage and carbon footprint?
AWS Customer Carbon Footprint Tool
What does the term ‘right sizing’ refer to?
Matching instance types and sizes to workload needs to reduce costs.
True or False: Security should only be applied at the outermost layer.
False