Aurora Provisioned Flashcards

1
Q

What does an Aurora DB cluster contain?

A

Contains a primary DB instance and up to 15 Aurora Replicas.

Example: An Aurora DB cluster can have one primary DB instance and 3 Aurora Replicas.

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

What is the role of the primary DB instance in an Aurora DB cluster?

A

Performs reads and writes.

The primary DB instance is responsible for handling both read and write operations.

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

What are Aurora Replicas in an Aurora DB cluster?

A

Reader DB instances.

Aurora Replicas are used for read-only operations and do not handle write operations.

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

What is the AWS CLI used for in relation to Aurora?

A

Used for creating an Aurora DB provisioned cluster.

The AWS CLI is a command-line interface tool provided by AWS for managing various AWS services, including Aurora.

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