Cloud Architecture and Design Flashcards

1
Q

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.

A

loose coupling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

which design principles are enabled by the AWS Cloud to improve the operation of workloads?

A

loose coupling
remove single points of failure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Removing single points of failure ensures ________and _______

A

Removing single points of failure ensure fault tolerance and high availability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which deployments involve the reliability pillar of the AWS Well-Architectered Framework?

A

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”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 5 pillars of the AWS Well -Architected Framework?

A
  1. Operational Excellencce 2. Security 3. Reliability 4. Performance Efficiency 5. Cost optimization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the 5 best practices under the Operational Excellence Pillar of the AWS Well-Architected Framework?

A
  1. Perform operations as code
  2. Make frequency, small reversible changes
  3. refine operations procedures frequently
  4. Anticipate failure
  5. learn from all operational failures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or false

Elastic Load Balancers can only serve targets into a single region and cannot deploy across multiple regions.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly