5. Databases

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

RDS (Relational Database Service)

Managed SQL DB (MySQL, Postgres, etc.).

2
New cards

What is the purpose of RDS Multi-AZ?

High Availability (HA) and automatic failover.

3
New cards

What is the purpose of an RDS Read Replica?

Performance scaling (offloads read traffic).

4
New cards

Aurora

High-performance, MySQL/Postgres-compatible engine.

5
New cards

DynamoDB

Serverless NoSQL DB; massive scalability.

6
New cards

Redshift

Data Warehouse (Analytics) DB.

7
New cards

Database Solution for high availability

RDS Multi-AZ

8
New cards

Database Solution for Performance

RDS Read Replica

9
New cards

Database Solution for Scalability

DynamoDB

10
New cards

Database Solution for Analytics

Redshift

11
New cards
Your main relational database (RDS MySQL) is struggling under heavy reporting and analytics queries. What action can immediately relieve the load on the primary instance?
Add an RDS Read Replica and direct all reporting traffic to it.
12
New cards
A global e-commerce platform needs a non-relational database to handle millions of transactions per second with microsecond latency. Which AWS database is the ideal fit?
DynamoDB.
13
New cards
An organization is migrating a massive on-premises data warehouse used for complex SQL joins and business intelligence. What AWS service should they choose?
Redshift (Analytical Data Warehouse).