Module 5: Storage and Databases Flashcards

1
Q

What are the three types of AWS Storage

A
  1. Block storage - where files are separated into equal-sized pieces (blocks) of data, used for applications that run on Amazon EC2 instances
  2. Object storage - each object consists of data,
    metadata, and a key. When a file in object storage is modified, the entire object is updated.
  3. File storage - storage that provides access to shared files and requires a file system. This type of storage is often supported with a Network Attached Storage (NAS) server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Instance Store?

A

An instance store provides temporary block-level storage for an Amazon EC2 instance. If you stop or terminate an Amazon EC2 instance, all the data written to the attached instance store is deleted.

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

What is Amazon Elastic Block Store?

A

Amazon Elastic Block Store (Amazon EBS) is a service that provides block-level storage volumes that you can use with Amazon EC2 instances. If you stop or
terminate an Amazon EC2 instance, all the data on the attached EBS volume remains available

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

What is an Amazon EBS Snapshot?

A

An Amazon EBS snapshot is an incremental backup

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

What is Amazon Simple Storage Service (Amazon S3)

A

Amazon Simple Storage Service (Amazon S3) is a service that provides object-level storage. Amazon S3 stores data as objects within buckets and is encrypted at rest

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

What are the 6 types of Amazon S3 Storage Classes?

A
  1. S3 Standard - Stored in minimum 3 Avaliability Zones and designed for frequently accessed data
  2. S3 Standard-IA - Stored in minimum 3 Avaliability Zones and designed for infrequently accessed data
  3. S3 One Zone-IA - Stores data in a Single Availability Zone
  4. S3 Intelligent-Tiering - Ideal for data with unknown or changing access patterns
  5. S3 Glacier - Low-cost storage designed for data archiving
  6. Lowest-cost object storage class
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Amazon Elastic File System (Amazon EFS)?

A

Amazon Elastic File System (Amazon EFS) is a scalable file system used with AWS Cloud services and on-premises resources. As you add and remove files, Amazon EFS grows and shrinks automatically without disrupting applications.

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

What is Amazon Relational Database Service (Amazon RDS)?

A

Amazon Relational Database Service (Amazon RDS) is a service that allows you to run relational databases in the AWS Cloud.

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

What is Amazon Aurora?

A

Amazon Aurora is an enterprise-class relational database. It is compatible with MySQL and PostgreSQL relational databases and is up to five times faster than standard MySQL databases

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

What is the difference between Relational Databases and Nonrelational Databases?

A

A Relational Database means data is stored in a way that relates it to other pieces of data whereas a Nonrelational Database uses structures other than rows and columns to organise data

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

What is Amazon DynamoDB?

A

Amazon DynamoDB is a key-value database service. It

is server less and delivers single-digit millisecond performance at any scale.

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

What does AWS Database Migration Service enable?

A

AWS Database Migration Service (AWS DMS) enables you to migrate relational databases, nonrelational databases, and other types of data stores

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

What is Amazon Redshift?

A

Amazon Redshift is a data warehousing service that you can use for big data analytics.

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

What is Amazon DocumentDB?

A

Amazon DocumentDB is a document database service that supports MongoDB workloads.

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

What is Amazon Neptune?

A

Amazon Neptune is a graph database service.

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

What is Amazon Quantum Ledger Database?

A

Amazon Quantum Ledger Database (Amazon QLDB) is a ledger database service.

17
Q

What is Amazon Managed Blockchain?

A

Amazon Managed Blockchain is a service that you can use to create and manage blockchain networks with open-source frameworks

18
Q

What is Amazon ElastiCache?

A

Amazon ElastiCache is a service that adds caching layers on top of your databases to
help improve the read times of common requests.

19
Q

What is Amazon DynamoDB Accelerator?

A

Amazon DynamoDB Accelerator (DAX) is an in-memory cache for DynamoDB.

20
Q

RDS vs EC2?

A

RDS - automated cost effective solution

EC2 - more controled and flexible