Module 5: Storage and Databases Flashcards

1
Q

Instance Store

A
  • Provide temporary block-level storage for an Amazon EC2 instance.
  • Disk storage that is physically attached to the host computer for an EC2 instance.
  • Has the same lifespan as the instance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Amazon Elastic Block Store (Amazon EBS)

A
  • A service that provides block-level storage volumes that you can use with Amazon EC2 instances.
  • All the data on the EBS remains available when an Amazon EC2 instance is terminated.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Amazon Simple Storage Service (Amazon S3)

A
  • A service that provides object-level storage.

- Stores data as objects in buckets.

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

Amazon S3 Standard

A
  • Designed for frequently accessed data.

- Stores data in a minimum of 3 Availability Zones.

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

Amazon S3 Standard-Infrequent Access (S3 Standard-IA)

A
  • Ideal for infrequently accessed data but requires high availability when needed.
  • Minimum of 3 Availability Zones.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA)

A
  • Stores data in a single AZ.

- Used to save on storage costs if data can easily reproduced in the event of an AZ failure.

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

S3 Intelligent Tiering

A

Monitors objects’ access patterns and moves it between S3 Standard and S3 Standard-IA.

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

S3 Glacier

A
  • Low cost storage class that is ideal for data archiving.

- Able to retrieve objects within a few minutes to hours.

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

S3 Glacier Deep Archive

A
  • Lowest cost storage class ideal for archiving.

- Able to retrieve objects within 12 hours.

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

File Storage

A
  • Multiple clients can access data that is stored in shared file folders.
  • A storage server uses block storage with a local file system to organize files.
  • Ideal for use cases in which a large number of servers and resources need to access the same data at the same time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Amazon Elastic File System (Amazon EFS)

A

A scalable file system used with AWS Cloud services and on-premises resources.

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

Relational Database

A
  • Data is stored in a way that relates it other pieces of data.
  • Use SQL to store and query data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Amazon Relational Database Service (Amazon RDS)

A

A managed service that automates tasks such as hardware provisioning, database setup, patching, and backups.

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

Amazon Aurora

A
  • An enterprise class relational database.
  • Compatible with MySQL and PostgreSQL relational databases.
  • Helps to reduce your database costs by reducing unnecessary input/output operations, while ensuring that your database resources remain reliable and available.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Amazon DynamoDB

A
  • A serverless key-value database service.

- Automatically scales.

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

Amazon Redshift

A
  • A data warehousing service that can be used for big data analytics.
  • Collects data from many sources and helps to understand relationships and trends across the data.
17
Q

AWS Database Migration Service (AWS DMS)

A
  • Enables you to migrate relational databases, non relational databases, and other types of data stores.
  • Data is moved between a source and target DB.
  • During the migration, source DB remains operational.
18
Q

Other Use Cases for AWS DMS

A
  • Development and test DB migrations.
  • Database Consolidation
  • Continuous Replication
19
Q

Amazon DocumentDB

A

A document database service that supports MongoDB workloads.

20
Q

Amazon Neptune

A

A graph database service used to build and run applications that work with highly connected datasets.

21
Q

Amazon Quantum Ledger Database (Amazon QLDB)

A

Ledger database service.

22
Q

Amazon Managed Blockchain

A

Used to create and manage blockchain networks with open-source frameworks.

23
Q

Amazon Elasticache

A

A service that adds caching layers on top of your databases to help improve the read times of common requests.

24
Q

Amazon DynamoDB Accelerator (DAX)

A

An in-memory cache for DynamoDB that helps improve response times from single-digit milliseconds to microseconds.