S3 Flashcards

1
Q

S3

Allows the upload of files because S3 is

A

Object Based

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

S3

Not suitable for

A

OS
–OR–
Database

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

S3

Files sizes from 0 bytes up to

A

5 TB can be uploaded

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

S3

Storage volume

A

unlimited

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

S3

Files are stored in

A

Buckets

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

S3

Names

A

Https://

Bucket Name/Region/keyname

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

S3

Successful upload code

A

200

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

S3

The object name

A

Key

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

S3

The data that is made up of a sequence of bytes

A

Value

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

S3

Allows you to store multiple versions of the same object

A

Versioning

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

S3

What is data about data

A

Metadata

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

S3

Data stored redundantly across multiple devices in multiple facilities

A

> =3 AZs

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

S3

S3 - IA

S3 - OZ IA

Glacier

Glacier Deep Archive

S3 - Intelligent Tiering

Availability

A

99.9% Availability

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

S3

S3 - IA

S3 - OZ IA

Glacier

Glacier Deep Archive

S3 - Intelligent Tiering

Durability

A

99.999999999% (11 9s)

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

S3

Designed for frequent access

A

Designed for frequently accessed data.

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

S3

Suitable for most workloads and

A

Default storage class

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

S3

Used for data that is accessed less frequently but requires rapid access when needed

A

S3 - IA

Infrequent Access

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

S3

There is a low GB storage price and per GB retrieval fee.

A

S3 - IA

Infrequent Access

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

S3

Great for long-term storage, backups, and as a data store for disaster recovery file.s

A

Use Case

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

S3

Avaiilabilty for S3 One Zone IA

A

99.5%

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

S3

S3 One Zone is like S3 - IA

A

But data is stored redundantly within a single AZ.

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

S3

One Zone IA cost

A

Costs 20% less than regular S3-IA

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

S3

One Zone IA use case

A

long-lived, infrequently accessed, non-critical data.

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

S3

Very cheap archival storage - optimized for very infrequently accessed data

A

Glacier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
S3 This happens each time you access your data
You pay for that
26
S3 Long term data archiving with retrieval times that range from 1 minute to 12 hours
Glacier
27
S3 Great for historical data that only accessed a few times in a year.
Glacier
28
S3 Archiving for rarely accessed data with a default retrieval time of 12 hours.
Glacier Deep Archive
29
S3 Financial records that may be accessed once or twice per year
Use case of Glacier Deep Archive
30
S3 Storage with 2 tiers - frequent and infrequent access
S3 - Intelligent Tiering
31
S3 Automatically moves your data to the most cost-effective tier based on how frequently you access each object.
S3 - Intelligent Tiering
32
S3 S3 - Intelligent Tiering cost
Monthly fee of $0.0025 per 1,000 objects
33
S3 Security By default all newly created S3 buckets are
PRIVATE
34
S3 Security Access Control at the bucket level
Bucket policy
35
S3 Security Access control at the object level
Access Control Lists
36
S3 Security S3 can be configured to create
Access Logs
37
S3 Security S3 Access logs can be written to another
S3 Bucket
38
S3 Security S3 Access Requests
Make lists of requests made of the S3 bucket.
39
S3 Encryption Encryption In-Transit
SSL/TLS (HTTPS)
40
S3 Encryption At Rest: Server Side S3 Managed Keys
SSE-S3
41
S3 Encryption At Rest: Server Side AWS Key Management Service
SSE-KMS Managed Keys
42
S3 Encryption At Rest: Server Side Server side Encryption with Customer Provided Keys
SSE-C Customer provides keys
43
S3 Encryption If you want to enforce the use of encryption for your files stored in S3 use
Use S3 Bucket Policy to deny all PUT requests that does not include the x-amz-server-side-encryption parameter in the request header.
44
S3 Encryption x-amz-server-side-encryption parameter
Included when a file is to be encrypted at upload time.
45
S3 Encryption x-amz-server-side-encryption: AE256
SSE-S3 - S3 Managed Keys
46
S3 Encryption x-amz-server-side-encryption: aws:kms
SSE-KMS - KMS managed keys
47
S3 - Summary S3 allows you to upload files so it is
Object based
48
S3 - Summary Files sizes can range from
0 bytes - 5 TB
49
S3 - Summary Files are stored in
Buckets
50
S3 - Summary S3 is not appropriate for this
OS
51
S3 - Summary Allows one a bucket from one region to access a bucket in another region
CORS Cross Origin Resource Sharing
52
S3 - Summary Location where content is cached
Edge Location
53
S3 - Summary The origin of all the files that the CDN will distribute
Origin
54
S3 - Summary Given name of the CDN that consists of a collection of Edge locations
Distribution
55
S3 - Summary Distribution used for Websites
Web Distribution
56
S3 - Summary Distribution used for Media Streaming
RTMP
57
READ THE S3 FAQs
https://aws.amazon.com/s3/faqs/
58
S3 - Quiz What determines which partition that files are stored in
The key name | https://aws.amazon.com/blogs/aws/amazon-s3-performance-tips-tricks-seattle-hiring-event/
59
S3 - Quiz The largest object that can be uploaded in a single PUT is
5 gigabytes.
60
S3 - Quiz If you want to upload files that are > 100 mb use
Multipart upload
61
S3 - Quiz If you want a user to download a private file directly from S3 from a webpage
Provide the user a pre-signed URL link on the site.
62
S3 - Quiz encryption of data at its destination by the application or service that receives it.
Server-Side Encryption
63
S3 - Quiz encrypts your data at the object level as it writes it to disks in its data centers and decrypts it for you when you access it.
S3
64
S3 - Quiz a way for client web applications that are loaded in one domain to interact with resources in a different domain.
Cross-origin resource sharing (CORS) With CORS support, you can build rich client-side web applications with Amazon S3 and selectively allow cross-origin access to your Amazon S3 resources
65
S3 - Quiz different ways to ensure that users attempting access to files in an S3 bucket can be authorized.
Signed URLs and Signed Cookies
66
S3 - Quiz virtual user identity that is used to give the CloudFront distribution permission to fetch a private object from an S3 bucket.
Origin Access Identity