RDS Flashcards

1
Q

RDS means

A

Relational Database Service

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

Explain relational databases

A

Structured databases, that use a scheme and are queried with MySQL.

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

True or false. Relational databases require a persistent network connection.

A

True.

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

RDS instanced have automatic failover detection and recovery?

A

True

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

Using RDS, individual server components are scaleable?

A

True

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

What version of MySQL does RDS for MySQL support?

A

The community version

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

RDS for MySQL allows for scaling of servers, without downtime?

A

True

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

What’s the purpose of RDS multi AZ?

A

To provide a failover.

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

Is RDS multi AZ synchronous. Or asynchronous?

A

Synchronous.

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

What can trigger an RDS failover?

A
Patching Maintenance
Host failure
Availability zone failure
Instance reboot
Database instance class changes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A failover triggers what event?

A

RDS-Event-2005

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

RDS SQL server does not use failover. What does it use instead.

A

Mirroring

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

What’s the purpose in a read replica?

A

Helps offload traffic from the main database instance

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

In RDS should readers be used for resiliency?

A

No

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

The best way to check an RDS failover is working, is to backup then delete the database instance. True or false?

A

False. All you need to do is reboot it.

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

Is it a requirement, that your RDS instance must be in the same region as your elastic beanstalk resources?

A

Yes

17
Q

You need to protect your RDS instance from a complete regional outrage. How might you do this?

A

Create a snapshot, and copy it to another region.

18
Q

When using oracle and BYOL. You need a licence for the primary database and the standby. Do you need one for the read replica?

A

No

19
Q

Can SSD storage types in RDS handle short term spikes in traffic?

A

Yes

20
Q

Is sharding available in RDS

A

No

21
Q

It’s considered best practise to check failover of new multi-AZ RDS instances. What are you checking for?

A

How long recovery takes

To check of the new connection works.

22
Q

Read / Writes on an RDS instance are roughly the same. How best to scale?

A

Vertically

23
Q

Can you disable RDS backups?

A

Yes. But why would you?

24
Q

In RDS. During a fail. What would lead to the quickest restore.

Multi AZ failover
Promoting a read replica

A

Multi AZ failover

25
Q

What key characteristic separates database sharding, from other scale out approaches such as database clustering or replication.

A

The shards have no knowledge of each other.

The concept is known as the “share nothing model”

26
Q

You can shard databases in AWS. But it’s not a managed service / feature and you must configure it yourself. True or false?

A

True

27
Q

When you hit the limits of vertical scaling. Consider …

A

Sharding

28
Q

Sharding is also known as

A

Data partioning