RDS Flashcards

1
Q

What are Read replicas used for? How many can I create?

A

For read scalability, we can have up to 15 read replicas

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

What are the options for Read replicas?

A

AZ, cross AZ and cross regions

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

Explain how read replicas are “populated”

A

They are updated async, and are eventually consistent

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

Read replicas inside same AZ is free. True or false?

A

True

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

What do we use RDS multi AZ for?

A

Typically disaster recovery

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

How is multi AZ RDS different from Read replicas?

A

In RDS multi AZ there is one master db instance and the other ones are synchronously replicated.

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

In Multi AZ RDS is the master instance always the same? If no, how do the application connects to DB?

A

No, any replicated instance can be promoted. Multi AZ gives us a DNS name that always point to the master DB

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

Can Read replicas be set cross AZ for Disaster recovery?

A

Yes

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

How to migrate RDS single AZ to Multi AZ?

A

Zero downtime, no need to shut down DB instance, juste click

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

Difference between Aurora Read replicas and RDS replicas

A

Aurora read replicas can be promoted to master DB

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

How to connect to aurora master instance and to a read replica?

A

Aurora provides a writer endpoint and a reader endpoint

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

How Aurora disk storage handled?

A

There is shared storage that automatically scales from 10 to 128 GB

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

Aurora reader endpoint is load balanced, true or false?

A

True

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