LH - Deck1 Flashcards

1
Q

A ________ is one or more is one or more discrete data centers, each with redundant power, networking, and connectivity, housed in separate facilities.

A

Availability Zone (AZ)

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

A _______ is a physical location in the world which consists of two or more Availability Zones (AZ’s).

A

Region

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

______ are endpoints for AWS which are used for caching content. Typically, this consists of CloudFront, Amazon’s Content Delivery Network (CDN).

A

Edge Locations

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

What are the 4 different support packages available?

A
  1. Basic
  2. Developer
  3. Business
  4. Enterprise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which support package should you have if you need a Technical Account Manager (TAM)?

A

Enterprise

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

Which support packages scale based on usage?

A

Developer, Business, Enterprise

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

How can you get automatic notification if your account goes over a certain $$ amount?

A

Go into “CloudWatch” and create a Billing Alarm.

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

Policies are written in what format?

A

Java Script Object Notation (JSON)

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

What are referred to as “Key Value Pairs”?

A

JSON Policies - You have your key, such as name and then the value: {“name” : “A cloud guru”}

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

Name 3 ways to restrict S3 Bucket access.

A
  1. Bucket Policies
  2. Object Policies
  3. IAM Policies to Users & Groups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the 6 S3 Storage Classes?

A
  1. S3 Standard
  2. S3 IA
  3. S3 One Zone - IA
  4. S3 Intelligent Tiering
  5. S3 Glacier
  6. S3 Glacier Deep Archive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the 5 features of S3?

A
  1. Tiered Storage Available
  2. Lifecycle Management
  3. Versioning
  4. Encryption
  5. Secure your data using Access Control Lists and Bucket Policies.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does data consistency work for S3?

A
  • Read after Write consistency for PUTS of new Objects.

* Eventual Consistency for overwrite PUTS and DELETES (can take some time to propagate).

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

How large can S3 files be?

A

Files can be from 0 Bytes to 5 TB

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

Where are files stored in S3?

A

Buckets

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

What happens with a successful upload to S3?

A

Successful uploads will generate an HTTP 200 status code.

17
Q

What enables fast, easy, and secure transfers of files over long distances between your end users and an S3 bucket?

A

Amazon S3 Transfer Acceleration

  • Transfer Acceleration takes advantage of Amazon CloudFront’s globally distributed edge locations. As the data arrives at an edge location, data is routed to Amazon S3 over an optimized network path.
18
Q

What are the Key Fundamentals of S3?

A
  • Key = (This is simply the name of the object)

* Value = (This is simply the data and is made up of a sequence of bytes).