Quiz - Chapter 13 - HA and Scaling Flashcards

1
Q

Which of the following is NOT one of the W’s of scaling?

A

WHO

“Who” is not particularly relevant when scaling your architecture.

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

What setting would prevent a launch template from being used with EC2 Auto Scaling?

A

Including Network Information

Including this information would prevent the template from being used with Auto Scaling.

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

What AWS resource defines the configuration of instances created by EC2 Auto Scaling?

A

Launch Templates

Launch templates are the best way to define what your instances will look like.

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

What should you add to your RDS database to help with a read-heavy workload?

A

Read Replicas

Read replicas are the best way to handle a read-heavy workload

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

What tool can be used to notify you of scaling events?

A

SNS (Simple Notification Service)

SNS is usually the best way to notify someone that something is happening in AWS.

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

What setting in your Auto Scaling group determines how many instances you need online right now?

A

Desired Count

You’d use desired count to specify how many instances you need

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

How can you create a highly available application using EC2 Auto Scaling?

A

Define Multiple AZs in your Auto Scaling group

Auto Scaling will balance your EC2 count across the AZs you list

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

You would select _____ capacity for a DynamoDB table with a predictable workload.

A

Provisioned

Provisioned is the best option for a predictable workload

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