Cloud Architecture and Design Flashcards
When you break systems down into smaller components that are loosely coupled together. It reduces interdependencies between system components. This is achieved in the cloud using message buses, notification and message services.
loose coupling
which design principles are enabled by the AWS Cloud to improve the operation of workloads?
loose coupling
remove single points of failure
Removing single points of failure ensures ________and _______
Removing single points of failure ensure fault tolerance and high availability.
Which deployments involve the reliability pillar of the AWS Well-Architectered Framework?
Amazon RDS Multi-AZ Deployment
An Amazon RDS deployment across multiple availability zones is a good example of using the reliability pillar of the AWS well-architectured Framework. The specific design principle being followed here is the “Automatically recover from failure”
What are the 5 pillars of the AWS Well -Architected Framework?
- Operational Excellencce 2. Security 3. Reliability 4. Performance Efficiency 5. Cost optimization
Which resource should a new user on AWS use to get help with deploying popular technologies based on AWS best practices, including architecture and deployment instructions?
AWS Quickstarts
Quickstarts are built by AWS solutions architects and partners to help you deploy popular technologies on AWS. These reduces hundreds of manual procedures into just a few steps, so you can build your production environment quickly and start using it immediately.
Each quick start includes AWS CloudFOrmation templates that automate the deployment and guide that discusses the architecture and provides step-by-step deployment instructions.
What are the 5 best practices under the Operational Excellence Pillar of the AWS Well-Architected Framework?
- Perform operations as code
- Make frequency, small reversible changes
- refine operations procedures frequently
- Anticipate failure
- learn from all operational failures
True or false
Elastic Load Balancers can only serve targets into a single region and cannot deploy across multiple regions.
TRUE