Cloud Architecture Flashcards

1
Q

A design where components have minimal dependencies on one another is called?

A

Loosely couples architecture

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

Name one advantage to loosely coupled vs tightly coupled architecture

A

The failure of a single component does not cause other components to fail.

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

What AWS feature ensures that the desired number of EC2 instances are running in your application even as demand for your application changes?

A

Auto scaling group

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

What AWS service distributes incoming application traffic across multiple targets and virtual appliances in one or more Availability Zones?

A

Amazon Elastic Load Balancing

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

What does an auto scaling group do?

A

An auto scaling group adjusts the number of Amazon EC2 instances in response to changes in demand for the application promoting availability and scalability.

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

What does an Amazon Elastic Load Balancer (ELB) do?

A

An Amazon Elastic Load Balancer (ELB) enhances the availability and fault tolerance of your applications by evenly distributing traffic, ensuring that no single server or resource is overwhelmed with request.

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