Aurora Flashcards

1
Q

What are Aurora Replicas used for?

A

Read-scaling and failover.

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

What does Aurora use instead of local storage?

A

Aurora uses a cluster volume with a maximum of 128 TB. There are six replicas across multiple availability zones.

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

How is data replicated across Aurora Cluster volumes?

A

Synchronously.

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

Which instances can write to an Aurora Cluster volume?

A

Only the Primary instance.

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

How many AZs does Aurora replicate data across?

A

Three.

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

What type of storage does an Aurora Cluster volume use?

A

All SSD-based storage, meaning high IOPS and low latency.

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

How is Aurora billed?

A

Based on the high water mark of what you have actually used, though this will be changing.

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

Where does the Cluster Endpoint point for Aurora?

A

At the Primary instance.

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

Where does the Reader Endpoint point for Aurora?

A

At the Replica instances and the Primary instance. It load balances reads across the cluster.

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

What does Backtrack do for Aurora?

A

It allows you to rollback a database in-place to a previous point in time. No restore is needed.

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

How does Aurora Fast Clone work?

A

It creates a clone that points to the original database and then only maintains changes to the data. This makes the cloned database much smaller and much faster to provision.

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

What is Aurora Serverless?

A

A managed database service that provision Aurora Capacity Units (ACUs) from a shared pooled. ACUs can be scaled up or down based on need and limited by rules for the cluster.

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

When should you use Aurora Serverless?

A
  1. Infrequently used applications
  2. New applications that you are unsure about
  3. Variable workloads
  4. Unpredictable workloads
  5. Development and test databases
  6. Multi-tenant applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When would you use Aurora Global Database?

A
  1. Cross-region disaster recovery and business continuity.
  2. Global read scaling - ~1 second latency for replication across regions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What Aurora mode allows multiple read/write instances?

A

Aurora Multi-Master.

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

Where is load balancing handled in Aurora Multi-Master?

A

In the application.