RDS Flashcards

1
Q

What events would cause RDS to initiate a failover to the standby DB in a Multi-AZ deployment?

A
  • Loss of availability in primary AZ
  • Loss of network connectivity to primary
  • Compute unit failure on primary
  • Storage failure on primary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Read Replicas utilize __________ synchronization.

A

Asynchronous

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

Can DB Snapshots or automated backups be taken of Read Replicas?

A

No.

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

The user-defined period of time during which your DB instance is backed up is called the __________.

A

Preferred backup window

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

RDS for MySQL, MariaDB, and PostgreSQL allow you to create up to __________ Read Replicas for a given source DB instance.

A

5

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

Can I encrypt connections between my application and my DB instance using SSL?

A

Yes, if you’re using MySQL, MariaDB, SQL Server, PostgreSQL, or Oracle.

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

True or False: Automatic backups need not be enabled on a DB instance before I can create Read Replicas.

A

False.

You cannot create Read Replicas without enabling automated backups on the primary.

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

Is an RDS DB instance available during a backup window?

A

Yes, but during the backup window, storage I/O may be briefly suspended while the backup process initializes. You may experience a period of elevated latency.

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

Which relational database engines does Amazon RDS support?

A
  • Aurora
  • MySQL
  • MariaDB
  • Oracle
  • SQL Server
  • PostgreSQL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or False: DB Snapshots are deleted when you delete the DB instance.

A

False.

DB Snapshots persist after you delete the DB instance. Automated backups are automatically deleted though.

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

When is RDS magnetic storage useful?

A

For small database workloads where data is accessed less frequently. Not recommended for Production DB instances!

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

True or False: Automated backups are enabled by default.

A

True.

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

By default, customers are allowed to have up to a total of __________ RDS DB instances.

A

40

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

Maintenance windows are __________ minutes in duration.

A

30

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

__________ provides access to over 50 CPU, memory, file system, and disk I/O metrics.

A

Enhanced Monitoring

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

Multi-AZ deployments utilize __________ synchronization.

A

Synchronous

17
Q

True or False: Users will experience I/O suspension for Multi-AZ DB deployments during a backup window.

A

False.

Backups are taken from the standby DB instance.

18
Q

When should you choose to use the RDS General Purpose (SSD) storage option?

A

For database workloads with moderate I/O requirements.

19
Q

Aurora allows you to create up to __________ Read Replicas for a given DB Cluster.

A

15

20
Q

When should you choose to use the RDS Provisioned IOPS (SSD) storage option?

A

For high-performance OLTP workloads.

21
Q

Read Replicas are supported by which RDS RDBMSs?

A
  • Aurora
  • MySQL
  • MariaDB
  • PostgreSQL
22
Q

Can I promote my Read Replica into a “standalone” DB instance?

A

Yes.

23
Q

True or False: RDS supports cross-region Read Replicas.

A

True.

24
Q

What is a maintenance window?

A

Your opportunity to control when DB instance modifications and software patching occur.

25
Q

The automatic backup retention period is set to __________ by default.

A

7 days

26
Q

The maximum automatic backup retention period is __________.

A

35 days

27
Q

True or False: When you perform a restore operation to a point in time or from a DB Snapshot, a new DB instance is created with a new endpoint.

A

True.

28
Q

True or False: You can use Multi-AZ and Read Replicas in conjunction.

A

True.