S3 and Cloudfront Flashcards

1
Q

How large can individual S3 files be?

A

5 TB

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

What is the S3 maximum storage allowed?

A

No limit

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

What are the types of URL formats for S3 bucket access?

A

Virtual hosted style

Path style

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

When you upload a file to S3, success is indicated by …..

A

An HTTP 200 code

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

What is the data consistency model for S3? Why does it work that way?

A

Read after Write - New object PUTS

Eventual Consistency - Overwrite PUTS and DELETES

Propagation across AZs can take time for updates and deletes

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

What are the characteristics of an S3 object?

A

Key - Name of the object

Value - Binary data

Version ID

Metadata

ACL - individual permissions

Torrent

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

What are the S3 SLA guarantees for availability and durability?

A

99.9% Available

11 x 9 Durability

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

What are the features that S3 buckets support?

A

Lifecycle Management

Versioning

Encryption

ACL Security (individual files)

Bucket Level Security)

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

What are the available S3 storage classes?

A

S3 Standard

S3 - IA

S3 One Zone - IA

Glacier

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

What are the features of the S3 Standard storage class?

A

99.99% Availability

11 x 9 Durability

  1. 9% Availability Design
  2. 9% Availability SLA

No data retrieval fee

Stored across multiple disks and AZs

Designed to sustain loss of 2 facilities

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

What are the features of the S3 - IA storage class?

A

Used for data accessed less frequently but requires rapid retrieval when needed

11 x 9 durability

99.9% Availability Design

99% Availability SLA

Per GB retrieval fee

Multiple AZ storage

Lower cost the standard but charges for retrieval

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

What are the features of the S3 One Zone IA storage class?

A

Lower cost than S3 - IA

Only stored in 1 AZ

11 x 9 durability

99.5% Availability Design

Per GB retrieval fee

99% Availability SLA

No multiple AZ storage

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

What are the features of the Glacier storage class?

A

Very inexpensive

Used for archival purposes only

3 retrieval levels: Expedited (minutes), Standard(3-5 hours), Bulk (5-12 hours)

Per GB retrieval fee

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

What are the potential sources of charges for S3 buckets?

A

Storage

Requests

Tags

Data Transfer (replication)

Transfer Acceleration

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

What are the parts of a virtual hosted S3 bucket URL?

A

The bucket name is part of the domain name

http://bucket_name.s3.amazonaws.com

or

http://bucket_name.s3-aws-region.amazonaws.com

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

What are the parts of a path style S3 bucket URL?

A

The endpoint must match the region

http://s3-aws-region.amazonaws.com/bucket_name

17
Q

Edge Location

A

Seperate from an AWS region. The location where content will be cached

18
Q

CDN Origin

A

Origin of the files to be distributed by the CDN

19
Q

What is a CDN?

A

Content Delivery Network

Cache Locations (Edge)

Cache files from an origin on first request

Edge Locations all over world

Reduces stress on wen servers

20
Q

What is a Cloudfront Distribution?

A

Specifies where you want your content origin is and how to track and manage content delivery

21
Q

How can Cloudfront support dynamic content?

A

It accepts querystring parameters and matches them to a cached response

22
Q

What are possible Cloudfront Origin types?

A

S3 Bucket

EC2 Instance

Elastic Load Balancer

Route 53

Your own web server

23
Q

What are the types of Cloudfront distributions?

A

Web

RTMP (Flash streaming)