S3,ELB,CF Flashcards

1
Q

HTTP CODES

A

2xx - Success
3xx - Redirect
4xx - Client Side Error
5xx - Server Side Error

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

SDK’s Available (NO Perl)

A
  • Android, IOS, Javascript (Browser)
  • Java
  • .NET
  • NODE.JS
  • PHP
  • Python
  • Ruby
  • GO
  • C++
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Does the Java SDK have a default region?

A

Yes, us-east-1

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

Do all SDK’s have a default region

A

No. For example NodeJS does not

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

What can provide additional protection against deleting S3 object versions?

A

MFA Delete (MFA required to delete). If a buckets versioning config has this enabled you must include the x-amz-mfa request header in the request to be able to permanently delete.

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

What is a CloudFront RTMP Distribution used for

A

Media Streaming

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

Minimum size of S3 objects and age to move to IA with LifeCycle management

A

128Kb an 30 days. Note it must be in IA for another 30 days in order to move it to Glacier

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

Largest object size that can be done with a single PUT to S3

A

5GB unless you are using the Multipart Upload API

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

How can you avoid overwhelming the I/O capacity of the S3 index partitions. For example > 100 request/sec consistently

A

Hash prefix the filename. If you want to help group the file you can add more prefixes in your key name (like folders)

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

What are the addition import options of Import/Export Disk over Snowball

A

You can import to EBS and Glacier. Both services support import/export to S3

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

Largest object size in S3

A

5TB

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

Supported ELB Protocols

A

HTTP, HTTPS, TCP, SSL

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

What operations will have Eventual Consistency when working with S3

A

Overwrite PUTS and DELETES

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

Items other then Key (Name) and Value (Data) for S3

A

Version ID, Metadata, ACL’s

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

What options do you have to setup access control on S3 buckets

A

Bucket Policies and ACL’s

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

What are the different types of Server Side Encryption for s3

A

SSE-S3 (managed keys), SSE-KMS (also managed, more controls and auditing , extra cost), SSS-C (client provided keys)

17
Q

Bucket format for S3

A

https://s3-{region}.amazonaws.com/{name}-website/index.html, or https://s3-us-west-2.amazonaws.com/derrik-website/index.html

18
Q

Website Format for S3

A

http://{sitename}-website.s3.website-{region}.amazonaws.com, or http://derrik-website.s3.website-us-west-2.amazonaws.com