Module 8 - Section 4

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

Amazon Aurora

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Amazon Aurora

a MySQL- and PostgreSQL-compatible relational database that is built for the cloud. It combines the performance and availability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases

2
New cards

Amazon Aurora

Using ___ can reduce your database costs while improving the reliability and availability of the database

3
New cards

fully managed service

As a __, Aurora is designed to automate time-consuming tasks like provisioning, patching, backup, recovery, failure detection, and repair.

4
New cards

Enterprise-class relational database

Compatible with MySQL or PostgreSQL

Automate time-consuming tasks (such as provisioning, patching, backup, recovery, failure detection, and repair).

Amazon Aurora features (?):

5
New cards
  • provisioning

  • patching

  • backup

  • recovery

  • failure detection

  • repair

Amazon Aurora automates time-consuming tasks, such as:

6
New cards
  • managed service

  • pay-as-you-go

  • fast and available

  • simple

  • compatible

Amazon Aurora service benefits:

7
New cards

drop-in compatibility

Amazon Aurora is designed to have ___ with MySQL and PostgreSQL database engines so that you can use most of your existing database tools with little or no change.

8
New cards

pay-as-you-go

Amazon Aurora is a ___ service

9
New cards

AWS Database Migration Service (AWS DMS), AWS Schema Conversion Tool

Aurora is a managed service that integrates with features such as ___ and the ___. These features are designed to help you move your dataset into Amazon Aurora.

10
New cards

highly available

Amazon Aurora is designed to be ___: it stores multiple copies of your data across multiple Availability Zones with continuous backups to Amazon S3

11
New cards

15 read replicas

Amazon Aurora can use up to ___ can be used to reduce the possibility of losing your data.

12
New cards

instant crash recovery

Amazon Aurora is designed for ___ if your primary database becomes unhealthy.

13
New cards

redo log

After a database crash, Amazon Aurora does not need to replay the ___ from the last database checkpoint. Instead, it performs this on every read operation. This reduces the restart time after a database crash to less than 60 seconds in most cases.

14
New cards

buffer cache

With Amazon Aurora, the ___ is moved out of the database process, which makes it available immediately at restart. This reduces the need for you to throttle access until the cache is repopulated to avoid brownouts.