Storage and Databases Flashcards

1
Q

How do block-level storage volumes work?

A

Like a physical hard drive

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

What provides temporary block-level storage for an Amazon EC2 instance?

A

An instance store

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

What happens to the data in an instance store if you terminate the attached EC2 instance?

A

The data is deleted.

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

What service maintains an instance store even after the attached EC2 instance terminates?

A

Amazon Elastic Block Service (EBS) stores data on a separate drive from the host of the EC2 instance.

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

How do you back up data in an Amazon EBS volume?

A

Amazon EBS Snapshots back up data incrementally, first backing up everything and then only backing up changed data.

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

What three things make up an object in object storage?

A

Data, metadata, and key

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

What’s an important difference between block storage and object storage?

A

Block storage is incremental, only updating pieces that change. Object storage is total, updating the entire object when any piece changes.

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

What service provides object-level storage?

A

Amazon Simple Storage Service (S3)

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

What kind of data goes in S3 Standard storage? And how many Availability Zones does it use?

A

Designed for frequently accessed data, stored in three Availability Zones minimum.

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

What’s a key characteristic of S3 Standard-Infrequent Access (S3 Standard-IA)

A

For INfrequently accessed data, it has a lower storage price and a higher retrieval price. Stored in three Availability Zones minimum.

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

What’s a key characteristic of S3 One Zone-Infrequent Access (S3 One Zone-IA)?

A

Stores data in a single Availability Zone. Saves costs, but you need to be able to reproduce the data if that Availability Zone fails.

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

What’s a key characteristic of S3 Intelligent-Tiering?

A

Data that has unknown or changing access patterns. Has a monthly monitoring and automation fee per object. Automatically moves an object to IA if not accessed for 30 days. If accessed, moves to S3 Standard.

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

What’s the difference between S3 Glacier Instant Retrieval, Flexible Retrieval, and Deep Archive?

A

Instant Retrieval allows immediate access. Flexible Retrieval takes minutes to hours to retrieve, but costs less. Deep Archive takes up to 12 hours, and is least expensive.

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

What separates file storage from block storage and object storage?

A

File storage IS block storage, but using a local file system to organize files. File storage is for use cases where a large number of services 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
15
Q

What service provides file storage?

A

Amazon Elastic File Storage (EFS)

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

What are key differences between Elastic Block Storage (EBS) and Elastic File Storage (EFS)?

A

EBS volumes store data in a single Availability Zone, and any EC2 instance must be in the same zone. EFS is a regional service. It stores data across multiple Availability Zones. EFS volumes can be accessed by on-premises servers using Amazon Direct Connect.

17
Q

What is Amazon RDS?

A

A relational database service that uses SQL.

18
Q

What kind of database is Amazon Aurora?

A

An enterprise-level relational database that replicates six copies of your data across three Availability Zones and continuously backs up your data to Amazon S3 (Simple Storage Service)

19
Q

What kind of database is Amazon DynamoDB?

A

Serverless and automatically scaling key-value (non-relational) database

20
Q

What service is useful for big data analytics and data warehousing?

A

Amazon Redshift

21
Q

What is AWS DMS?

A

Amazon Web Services Data Migration Service, a tool to migrate databases from a source to a target, without taking the source offline.

22
Q

What is Amazon DocumentDB?

A

A document database that supports MongoDB workloads

23
Q

What is Amazon Neptune?

A

A graph database service

24
Q

What is Amazon Quantum Ledger Database (QLDB)?

A

A ledger database that lets us review a complete history of all the changes that have been made to your application data.

25
Q

What is Amazon Managed Blockchain?

A

A serice to create and manage block chain networks with open-source frameworks.

26
Q

What is Amazon ElastiCache?

A

A service that adds caching layers on top of your DBs to improve read times.

27
Q

What is Amazon DynamoDB Accelerator?

A

DAX adds an in-memory cache for DynamoDB to improve response times