Section 9 AWS Fundamentals: RDS + Aurora + Elasticache Flashcards

1
Q

AWS database engines supported

A

Postgres
MySQL
MariaDB
Oracle
MS SQL server
IBM DB2
Aurora

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

True or False. RDS has storage auto scaling

A

True

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

When does RDS storage auto scaling kick in?

A

Free storage is less than 10% of allocated storage
Low storage lasts for 5 minutes
6 hours have passed since last modification

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

Where can RDS read replicas be deployed

A

Within same AZ
Across az’s
Cross region

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

What is the limit on RDS read replicas

A

15

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

In RDS replicas, replication uses what type of SYNC?

A

ASYNC

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

What does ASYNC mean in RDS replicas?

A

Eventually cosistent

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

True or False. Read replicas can be promoted to their own DB

A

True

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

Read replicas are used for what type of statements

A

Select(read)

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

FOR RDS read replicas, this traffic is free

A

Within the same region

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

Can read replicas be setup as multi AZ for DR

A

Yes

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

Changing an RDS database from single AZ to Multi AZ

A

Don’t need to stop the DB
Clicking modify and enable multi AZ

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

Which database engines can RDS custom be used with

A

Managed oracle
MS SQL Server

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

What does RDS custom provide

A

access to underlying database
OS access
Access EC2 instance with SSH

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

What is recommended to do before any customization in RDS custom?

A

De-activate automation mode
DB snapshot

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

AWS Aurora DBs work with which DB engines?

A

Postgres
MySQL

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

AWS Aurora starts and ends at what storage amounts

A

Increments of 10gb up to 128tb

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

How many read replicas can Aurora have

A

15

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

In aurora how many masters are there

A

1

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

Does aurora have cross region replication

A

Yes

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

In Aurora db cluster what are the two endpoints?

A

Writer
Reader

22
Q

In Aurora db cluster what is the writer endpoint for?

A

Pointing to the master

23
Q

In Aurora db cluster what is the reader endpoint for?

A

Connects automatically to all the load balanced read replicas

24
Q

What endpoint is typically not used when creating custom endpoints?

A

reader endpoint

25
Q

Under what scenario would you want to use Aurora Serverless

A

unpredictable workloads
infrequent workloads

26
Q

What type of Aurora is good for disaster recovery

27
Q

Typical cross region replication takes how much time in Aurora Global

A

less than 1 second

28
Q

Which2 services are supported by Aurora ML

A

Sagemaker
Comprehend

29
Q

Use cases for Aurora ML

A

Fraud detection
ads targeting
sentiment analysis
product recommendations

30
Q

If you plan on stopping an RDS database for a long time how can you save money?

A

Create a snapshot of the database and delete the original database

31
Q

RDS automated full backups occur how frequently?

32
Q

Manual RDS snapsots have how long of a retention?

A

No time limit

33
Q

With Aurora backups how long back can you restore from

A

1 to 35 days

34
Q

Can Aurora backups be disabled?

35
Q

You can restore this DB from and S3 bucket

A

MySQL RDS
MySQL Aurora

36
Q

Which backup utility must you use to restore a MySQL Aurora DB from S3

A

Percona XtraBackup

37
Q

With this aws service you can create a new Aurora DB cluster from an existing one

A

Aurora Database cloning

38
Q

Aurora Database Cloning uses what protocol to transfer data

A

copy-on-write

39
Q

With RDS and Aurora what types of encryption are used

A

At-rest
In-flight

40
Q

What IAM auth can RDS and Aurora use to connect to your database

41
Q

How can you control network access to your RDS or Aurora DB

A

security groups

42
Q

Which database type has SSH

A

RDS custom

43
Q

What RDS capability can be used to reduce stress on database resources

44
Q

What RDS capability can be used to reduce failover times?

45
Q

How can you force IAM auth to RDS dbs

46
Q

Are RDS proxies public or private

47
Q

This DB solution can reduce load on a db for read intensive workloads

A

ElastiCache

48
Q

Two versions of ElastiCache

A

Redis
Memcached

49
Q

3 kinds of patterns for loading data into ElastiCache

A

Lazy loading
Write Through
Session Store

50
Q

What is a use case for ElastiCache with Redis?

A

Gaming leaderboards

51
Q

What function within Redis guarantees both uniqueness and element ordering?

A

Redis Sorted Sets