RDS, Aurora & ElastiCache Flashcards

1
Q

managed DB service for DB using SQL as a query language. Allows you to create databases in the cloud that are managed by AWS

A

Relational Database Service (RDS)

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

Using continuous backups to restore DB to a specific timestamp

A

Point in Time Restore

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

Used by RDS for improved read performance. Up to 15 Within AZ, Cross AZ or Cross Region

A

Read Replicas

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

Increase storage on your RDS DB instance dynamically, useful for applications with unpredictable workloads

A

RDS Storage Auto Scaling

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

Type of replication done on read replicas

A

Asynchronous

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

Only SQL statements allowed on read replicas

A

SELECT (read)

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

Type of replication done in RDS Multi AZ

A

Synchronous

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

Used for failover in case of loss of AZ, loss of
network, instance or storage failure

A

RDS Multi AZ

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

Can you access the underlying DB within RDS?

A

No

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

Does the RDS DB need to be stopped in order to migrate from a single AZ to Multi-AZ?

A

No

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

Managed Oracle and Microsoft SQL Server Database with OS and
database customization

A

RDS Custom

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

With RDS Custom can you access the underlying EC2 Instance?

A

Yes, using SSH or Session Manager

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

Highly Available “AWS cloud optimized” DB and claims 5x performance improvement over MySQL on RDS, over 3x the performance of Postgres on RDS

A

Aurora

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

Are Postgres and MySQL both supported as Aurora DB?

A

Yes

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

Amount of replicas Aurora can have

A

15

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

Does Aurora support Cross Region Replication?

A

Yes

17
Q

mechanism to abstract connections within Aurora for load-balancing and rerouting connections when some DB instances aren’t available

A

Endpoints

18
Q

provides load-balancing support for read-only connections to the DB cluster

A

Reader endpoint

19
Q

Feature of Aurora where every node has read/write capabilities

A

Aurora Multi-Master

20
Q

Automated database instantiation and auto-scaling based on actual usage

A

Aurora Serverless

21
Q

add ML-based predictions to your applications via SQL for fraud detection, ads targeting, sentiment analysis, product recommendations

A

Aurora Machine Learning

22
Q

Aurora Machine Learning supported services

A

Sagemaker and Comprehend

23
Q

Useful to create a “staging” database from a “production” database without impacting the production database.

A

Aurora Database Cloning

24
Q

Aurora and REDS use this for at-rest encryption

A

KMS

25
Q

Control Network access to your RDS / Aurora DB

A

Security Groups

26
Q

In-flight encryption of RDS & Aurora

A

TLS

27
Q

Allows apps to pool and share DB connections established with the database reducing the stress on database resources

A

Amazon RDS Proxy

28
Q

Used for managed Redis or Memcached

A

ElastiCache

29
Q

In-memory databases with really high performance, low latency

A

Cache

30
Q

Helps makes in-memory DB stateless and reduce load off of databases for read-intensive workloads

A

ElastiCache

31
Q

Multi-node for partitioning of data (sharding) in in-memory DB

A

Elasticache for Memcached

32
Q

Multi AZ with Auto-Failover along with Read Replicas to scale reads and
have high availability

A

Elasticache for Redis