Module 5 Flashcards

1
Q

What is an instance store?

A

An instance store provides temporary block-level storage for an Amazon EC2 instance. An instance store is disk storage that is physically attached to the host computer for an EC2 instance, and therefore has the same lifespan as the instance. When the instance is terminated, you lose any data in the instance store.

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

Describe 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
3
Q

How do you backup EBS volumes?

A

You create a Amazon EBS snapshot. This means that the first backup taken of a volume copies all the data. For subsequent backups, only the blocks of data that have changed since the most recent snapshot are saved.

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

Describe Amazon Simple Storage Service.

A

Amazon Simple Storage Service (Amazon S3) is a service that provides object-level storage. In object storage, each object consists of data, metadata, and a key.

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

What is the difference between Amazon Elastic Block Store and Amazon Simple Storage Service.

A

Amazon EBS is block storage, which means that only the data that is changed is updated. Amazon S3 is object level storage, which means that when data is changed, the whole object is updated.

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

Which Amazon storage option provides unlimited storage space (5 TB)?

A

Amazon S3

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

How do you pay for Amazon S3 storage classes?

A

You only pay for what you use.

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

What factors do you need to consider when choosing an Amazon S3 storage class.

A

How often you plan to retrieve your data

How available you need your data to be

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

List and describe the Amazon S3 Storage classes.

A

S3 Standard: Designed for frequently accessed data. Stores data in a minimum of three availability zones.

S3 Standard-Infrequent Access: Ideal for infrequently accessed data. Similar to S3 Standard but has a lower storage price and higher retrieval price.

S3 One Zone-Infrequent Access: Stores data in a single availability zone. Has a lower storage price than S3 Standard IA.

S3 Intelligent-Tiering: Ideal for data with unknown or changing access patterns. Requires a small monthly monitoring and automation fee per object

S3 Glacier: Low-cost storage designed for data archiving. Able to retrieve objects within a few minutes to hours

S3 Glacier Deep Archive: Lowest-cost object 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

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. It can scale on demand to petabytes without disrupting applications.

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

What is the difference between Amazon EBS and Amazon EFS?

A

EBS stores data in a single availability zone. EFS stores data in and across multiple availability zones.

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

Describe Amazon Relational Database Service

A

Amazon RDS is a service that allows you to run relational databases in the AWS Cloud. Amazon RDS is 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
13
Q

Give the name of Amazon’s enterprise-class relational database.

A

Amazon Aurora

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

Give the name of Amazon’s NoSQL database.

A

Amazon Dynamo DB

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

In which situation would you want to use NoSQL databases?

A

For use cases that require high performance while scaling.

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

What is Amazon Redshift?

A

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

17
Q

What is AWS Database Migration Service?

A

This is a service that allows you to migrate relational databases, nonrelational databases, and other types of data stores. With AWS DMS, you move data between a source database and a target database. The source and target databases can be of the same type or different types. During the migration, your source database remains operational, reducing downtime for any applications that rely on the database.

18
Q

Which Amazon S3 storage classes are optimized for archival data?

A

S3 Glacier and S3 Glacier Deep Archive