RDS And Multi-AZ Failover Flashcards

1
Q

What is RDS Multi-AZ?

A

Creates a copy of the RDS DB in another AZ. AWS manages the failure from one AZ to another automatically.

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

How does RDS Multi-AZ work?

A

RDS DB is provided with a DNS that points to one AZ. if the AZ fails, AWS will update the DNS to point to another AZ.

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

When AWS RDS implements failover and changes the DNS to point to another AZ, what steps does that customer take?

A

None. Since the DNS changes automatically, as long as the customer points their application to the DNS, the transition is automatic.

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

What steps must the customer take to ensure the standby RDS instance is in sync with the primary?

A

None. AWS manages the replication.

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

During an RDS failover event, how long can a customer expect their application to be unresponsive?

A

About 1 minute.

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

for synchronizing MySQL, Oracle, and PostgreSQL, what does AWS utilize?

A

synchronous physical replication

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

for synchronizing MSSQL what does AWS utilize?

A

synchronous logical replication, employing SQL Server-native mirroring technology

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

True or False, backups and restores are taken from the primary DB?

A

False. They are both taken from the secondary to avoid I/O interference on the primary.

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

How can you test failover functionality?

A

By forcing a reboot of the primary DB instance.

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

What two ways can you reboot a DB instance?

A

AWS Management console

RebootDBInstance API call

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

would RDS Multi-AZ be used for scaling and increasing performance?

A

No. Use read replicas for scaling and performance.

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