Amazon S3 Flashcards

1
Q

It is an object storage service offering industry-leading scalability, data availability, security, and performance.

A

Amazon Simple Storage Service (Amazon S3)

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

Amazon S3 files size can be up to?

A

5TB

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

The total volume of data and the number of objects you can store in Amazon S3 is?

A

Unlimited

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

Amazon S3 is suitable to install an operating system or run a database on. True or False?

A

False

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

In Amazon S3 files stored in?

A

Buckets

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

S3 is a universal namespace so all bucket names must be unique. True or False?

A

True

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

How S3 URL are created?

A

bucket name, followed by the region, followed by the key name or the object or file name.
eg.: https://bucket-name.s3.region.amazonaws.com/key-name

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

Amazon S3 object compose of?

A

Key
Value
Version ID
Metadata

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

What S3 object “Key”?

A

The object name, e.g., Ralphie.jpg

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

What S3 object “Value”?

A

This is the data itself, which is made up of a sequence of bytes.

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

What S3 object “Version ID”?

A

Allows you to store multiple versions of the same object.

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

What S3 object “Metadata”?

A

Data about the data you are storing, e.g., content-type, last-modified, etc.

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

What are the S3 Storage Classes?

A

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

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

Suitable for most workloads, e.g., websites, content distribution, mobile
and gaming applications, and big data analytics.

A

S3 Standard

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

Long-term, infrequently accessed critical data, e.g., backups, data store
for disaster recovery files, etc. Minimum storage duration: 30 days.

A

S3 Standard-Infrequent Access

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

Long-term, infrequently accessed, non-critical data. Minimum storage
duration: 30 days.

A

S3 One Zone-Infrequent Access

16
Q

Long-term data archiving that occasionally needs to be accessed within a few hours or minutes. Minimum storage duration: 90 days.

A

S3 Glacier

17
Q

Rarely accessed data archiving with a default retrieval time of 12 hours, e.g., financial records for regulatory purposes. Minimum storage duration: 180 days.

A

S3 Glacier Deep Archive

18
Q

Unknown or unpredictable access patterns. Minimum storage duration: 30 days.

A

S3 - Intelligent Tiering

19
Q

By default, all newly created buckets are private or public?

20
Q

Policies applied at a bucket level.

A

Bucket Policies

21
Q

Policies Applied at an object level.

A

Access Control Lists

21
Q

S3 buckets Access Logs

A

S3 buckets can be configured to create access logs, which log all requests made to the S3 bucket. These logs can be written to another bucket.

22
Q

S3 Encryption In-Transit

A

SSL/TLS - HTTPS.

23
S3 Client Side Encryption
You encrypt the files yourself before you upload them into S3
24
S3 Encryption At Rest - SSE
Server Side Encryption SSE-S3 (AES 256-bit) SSE-KMS SSE-C
25
Enforcing Encryption with a S3 Bucket Policy
A bucket policy can deny all PUT requests that don’t include the x-amz-serverside-encryption parameter in the request header.
26
It is a way of allowing code that is in one S3 bucket to access or reference code that is in another S3 bucket allowing one resource to access another resource.
Cross-Origin Resource Sharing ( CORS )
27
This is the location where content will be cached. This is separate to an AWS Region/AZ.
EDGE LOCATION
28
The origin of all the files that the distribution will serve. Can be an S3 Bucket, an EC2 Instance, an Elastic Load Balancer, or Route53.
ORIGIN
29
The Origin and configuration settings for the content you wish to distribute using CloudFront (CDN).
DISTRIBUTION
30
_____________ are not just READ only — you can WRITE to them, too. (i.e. PUT an object on to them.)
Edge Locations
31
CloudFront Edge Locations are utilized by ___________ to reduce latency for S3 uploads.
S3 Transfer Acceleration
32
Objects are cached for the life of the ___________. You can clear cached objects, but you will be charged.
Time To Live (TTL)