High Availability Flashcards

1
Q

What are optimal CPU Utilization percentage to scale out and in?

A

Scale out @ 80% , Scale in @ 40%

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

What is required before creating ASG?

A

Launch configuration.
note that ELB is not required!

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

What is the name of the ‘set of instructions’ sent from CloudWatch to ASG?

A

Policy

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

What is Predictive Scaling? And how much data it needs?

A

It auto-scales based on daily/weekly patterns.
It needs at least 2 weeks of data.

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

What are some valid states for RDS instances?

A

Pending / In-Service are valid states.
XACTiVEX is not a valid state

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

versioned launch configuration?

A

Launch template

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

If you changed EC2 settings, How to update the Launch configurations?

A

Use the EC2 as a template. (do not create manually a new launch configuration)

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

How long can SQS messages be kept?

A

14 days

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

What would happen to inactive SQS queues?

A

AWS has right to delete them after 30 days

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

What can be used to subscribe to SNS topics?

A

Lambda, SQS, email, SMS, HTTP/S

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

What does it mean to make an application ‘stateless’?

A

Save session data using services as DynamoDB or ElastiCache.

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

How to use a Lambda function on other regions?

A

A new copy is required.

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

How to build subnets with HA for 3-tier applications?

A

Create 2 subnets per tier.
& Choose different AZ for each subnet.

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