Module 7: 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/11

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.

12 Terms

1
New cards

Relational Database

Stores data in a way that relates pieces of data to each other using rows, columns, and SQL. Ideal for structured data management.

2
New cards

Structured Query Language (SQL)

A programming language used to store, manage, and query data in a relational database. Works with MySQL, PostgreSQL, SQL Server, Oracle, etc.

3
New cards

Amazon Relational Database Service (RDS)

Handles routine database tasks like backups, patching, provisioning. Supports multiple instance types and engines (Aurora, MySQL, PostgreSQL, SQL Server, MariaDB, Oracle).

4
New cards

Amazon Aurora

A managed relational database compatible with MySQL and PostgreSQL. Provides high performance, auto-scaling, multi-AZ replication, backups, and encryption at rest.

5
New cards

AWS Database Migration Service (DMS)

Migrates relational databases, data warehouses, NoSQL databases, and more into AWS or between cloud and on-premises setups.

6
New cards

NoSQL Database

Uses key-value pairs instead of rows/columns. Organizes data as items with unique keys, offering flexibility and scalability.

7
New cards

Amazon DynamoDB

Fully managed NoSQL database with fast, predictable performance. Handles document and key-value data. Ideal for high-performance applications with flexible schema and seamless scaling.

8
New cards

In-Memory Cache

A high-speed storage layer that stores frequently accessed data in RAM, enabling near-instant data retrieval and reducing pressure on the primary database.

9
New cards

Amazon ElastiCache

Fully managed in-memory caching service supporting Redis, Valkey, and Memcached. Handles node replacement, offers consistent performance, and scales workloads easily.

10
New cards

Amazon DocumentDB

Fully managed document database compatible with MongoDB, designed for JSON-like documents and dynamic schemas.

11
New cards

Amazon Neptune

Fully managed graph database for highly connected data like social networks. Provides automatic failover, backups, and high performance for complex relationship queries.

12
New cards

AWS Backup

Provides a single dashboard to monitor and manage backups across AWS services (EBS, EFS, databases). Simplifies data protection and centralizes backup strategy.