S3 - Simple Storage Service Flashcards

1
Q

What is AWS service goal?

A

To store any amount of data from anywhere on the web.

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

What is S3?

A

Simple Storage Service is a platform that simplifies the storage of files, making them flat (documents and pictures) and is not used for database purposes.

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

What is the fundamental structure of S3?

A

A bucket.

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

What is a bucket?

A

The fundamental structure of S3, it is the top file folder and contains objects. These objects can either be flat or folders.

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

How does S3 work?

A

It is a storage system based in keys and values. Data is retried by referring to a unique object key (the keys are strings which can mimic a hierarchical structure).

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

What is the size capacity?

A

While there is no limit in the total volume of data and number of objects a customer can store in the S3 services, each bucket has a maximum storage capacity of 5TB with a cap of 5GB on the upload size.

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

What are the S3 offerings?

A

S3 Standard
S3 Infrequent Access
S3 One Zone Infrequent Access
S3 Intelligent Tiering
Glacier
Glacier Deep Archive
S3 Outpost

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

What is AWS Availability?

A

The percentage of successful external connectivity.

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

What is AWS Service Level Agreement?

A

AWS Service Level Agreement (SLA) defines the availability for each service.

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

What is reliability?

A

The ability of a workload to perform its intended function correctly and consistently when its expected to (the 11 nines rule - 99.999999999%)

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

What is S3 Standard?

A

The default storage system, it is designed to be replicated across 3 or more availability zones.

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

What is S3 Infrequent Access?

A

The Infrequent Access model is intended for data that requires less frequent access than the S3 standard, but when access to the data is required, it has to be done quickly.

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

What is S3 One Zone Infrequent Access?

A

Similar feature with Infrequent Access; however, data is stored in only one availability zone.

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

What is S3 Intelligent Tiering?

A

This option uses Artificial Intelligence to detect the places where the data is most frequently accessed and thus, the data is placed in the locations where the access will be more convenient and cost-effective.

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

What is Glacier?

A

This mode is for long term data storage (frozen data).

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

What is Glacier Deep Archive?

A

The lowest cost option, it is meant for long term storage of data.

17
Q

What is S3 Outpost?

A

This service is an extension of AWS that reaches out to customers on-premises. It deploys physical equipment inside the customer’s location.

18
Q

What are the S3 locations?

A

Common Service Area / AWS public area where the services are contained in a region-dependent location.

19
Q

What is a pure private subnet?

A

A subnet that does not have access to anything outside the VPC.

20
Q

What does a NAT Gateway allow and block?

A

A NAT Gateway allows access to resources outside the VPC while blocking access from outside.

21
Q

What does an Endpoint allow?

A

An Endpoint allows access specific to a resource in the AWS common area.

22
Q

What are all the different types of storage?

A

S3, EFS (Elastic File System), FSx, Storage Gateway and AWS Backup.

23
Q

What are the S3 Permissions and what do they effect?

A

A policy applies to the whole bucket.

An Access Control List applies specifically to the objects.