94. RDS & Aurora Overview, 96. RDS Deployment Options

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

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.

14 Terms

1
New cards

RDS

Relational Database Service

2
New cards

Relational Database Service

managed DB service for DB use SQL as a query language

It allows you to create databases in the cloud that are managed by AWS

• Postgres

• MySQL

• MariaDB

• Oracle

• Microsoft SQL Server

• IBM DB2

• Aurora (AWS Proprietary database)

3
New cards

Which of the following are not a benefit of RDS:

• Automated provisioning, OS patching

• Continuous backups and restore to specific timestamp (Point in Time Restore)!

• Monitoring dashboards

• Read replicas for improved read performance

• Multi AZ setup for DR (Disaster Recovery)

• Maintenance windows for upgrades

• Scaling capability (vertical and horizontal) • Storage backed by EBS

• You can SSH into RDS

You can SSH into RDS

4
New cards

Amazon Aurora

proprietary relational database technology from AWS (not open sourced)

5
New cards

Aurora supports

PostgreSQL and MySQL

6
New cards

Why is Aurora “AWS cloud optimized”

claims 5x performance improvement over MySQL on RDS, over 3x the performance of Postgres on RDS

7
New cards

Aurora storage automatically

grows in increments of 10GB, up to 128 TB

8
New cards

Aurora costs what than RDS

More

9
New cards

Aurora is what efficient than RDS

More

10
New cards

Aurora is in the free tier

False

11
New cards

Amazon Aurora Serverless

Automated database instantiation and auto-scaling based on actual usage

12
New cards

Read Replicas deployment

• Scale the read workload of your DB

• Can create up to 15 Read Replicas

• Data is only written to the main DB but can be read from any of the replicas

13
New cards

Multi-AZ deployment

• Failover in case of AZ outage (high availability) (Only use when main fails)

• Data is only read/written to the main database

• Can only have 1 other AZ as failover

14
New cards

Multi-Region (Read Replicas)

• Apps in different regions write to the main DB in another region

• Disaster recovery in case of region issue

• Local performance for global reads

• Replication cost