Section 8: S3 Flashcards

1
Q

AWS S3 use

A

Data storage

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

S3 buckets are similar to

A

Directories

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

S3 Objects are

A

Files

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

S3 object keys are

A

The full path of the object within the bucket

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

The 4 ways to implement S3 security

A

1) IAM Policies
2) Object Access Control List (ACL)
3) Bucket Access Control List (ACL)
4) Encryption

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

S3 bucket policy can be used to

A
  • Grant public access to the bucket
  • Force objects to be encrypted at upload
  • Grant access to another account (Cross
    Account)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The 2 types of S3 replication are

A

1) Cross-region replication
2) Same-region replication

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

The 7 S3 storage classes are

A
  • Amazon S3 Standard - General Purpose
  • Amazon S3 Standard-Infrequent Access (IA)
  • Amazon S3 One Zone-Infrequent Access
  • Amazon S3 Glacier Instant Retrieval
  • Amazon S3 Glacier Flexible Retrieval
  • Amazon S3 Glacier Deep Archive
  • Amazon S3 Intelligent Tiering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

S3 Standard – General Purpose

A
  • 99.99% Availability
  • Used for frequently accessed data
  • Low latency and high throughput
  • Sustain 2 concurrent facility failures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

S3 Standard-Infrequent Access

A
  • For data that is less frequently accessed, but requires rapid access when needed
  • Lower cost than S3 Standard
  • 99.9% Availability
  • Use cases: Disaster Recovery, backups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

S3 One Zone-Infrequent Access

A
  • For data that is less frequently accessed, but requires rapid access when needed
  • Lower cost than S3 Standard
  • High durability (99.999999999%) in a single AZ; data lost when AZ is destroyed
  • 99.5% Availability
  • Use Cases: Storing secondary backup copies of on-premise data, or data you can recreate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Amazon S3 Glacier Storage Classes

A
  • Low-cost object storage meant for archiving / backup
  • Pricing: price for storage + object retrieval cost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Amazon S3 Glacier Instant Retrieval

A
  • Millisecond retrieval, great for data accessed once a quarter
  • Minimum storage duration of 90 days
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Amazon S3 Glacier Flexible Retrieval

A
  • Expedited (1 to 5 minutes), Standard (3 to 5 hours), Bulk (5 to 12 hours) – free
  • Minimum storage duration of 90 days
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Amazon S3 Glacier Deep Archive – for long term storage

A
  • Standard (12 hours), Bulk (48 hours)
  • Minimum storage duration of 180 days
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

S3 Intelligent-Tiering

A
  • Small monthly monitoring and auto-tiering fee
  • Moves objects automatically between Access Tiers based on usage
  • There are no retrieval charges in S3 Intelligent-Tiering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

The 2types of S3 encryption are

A

1) Server-side Encryption (default)
2)Client-side Encryption

18
Q

Server-side Encryption occurs when

A

The server encrypts the file after receiving it

19
Q

Client-side Encryption occurs when

A

The user encrypts the file before uploading it

20
Q

IAM Access Analyzer for S3

A
  • Ensures that only intended people have access to your S3 buckets
  • Example: publicly accessible bucket, bucket shared with other AWS account…
  • Evaluates S3 Bucket Policies, S3 ACLs, S3 Access Point Policies
  • Powered by IAM Access Analyzer
21
Q

AWS Snow Family includes

A

Highly-secure, portable devices to collect and process data at the edge, and migrate data into and out of AWS

22
Q

The 3 Snow Family devices for Data Migration are

A

1) Snowcone
2) Snowball Edge
3) Snowmobile

23
Q

The 2 Snow Family devices for Edge computing are

A

1) Snowcone
2) Snowball Edge

24
Q

Snowball Edge is a

A
  • Physical data transport solution: move TBs or PBs of data in or out
    of AWS
  • Alternative to moving data over the network (and paying network
    fees)
  • Pay per data transfer job * Provide block storage and Amazon S3
    -compatible object storage
25
Q

Snowball Edge Storage Optimized provides

A

80 TB of HDD capacity for block volume and S3 compatible object
storage

26
Q

Snowball Edge Compute Optimized provides

A

42 TB of HDD or 28TB NVMe capacity for block volume and S3
compatible object storage

27
Q

AWS Snowcone & Snowcone SSD are

A
  • Small, portable computing, anywhere, rugged &
    secure, withstands harsh environments
  • Light (4.5 pounds, 2.1 kg) * Device used for edge computing, storage, and data
    transfer
    and
  • Can be sent back to AWS offline, or connect it to
    internet and use AWS DataSync to send data
28
Q

The Snowcone provides

A

8 TB of HDD Storage

29
Q

The Snowcone SSD provides

A

14 TB of SSD Storage

30
Q

AWS Snowmobile allows for

A
  • Transfer exabytes of data (1 EB = 1,000 PB = 1,000,000 TBs)
  • Each Snowmobile has 100 PB of capacity (use multiple in parallel)
  • High security: temperature controlled, GPS, 24/7 video surveillance
  • Better than Snowball if you transfer more than 10 PB
31
Q

Snow Family – Usage Process

A
  1. Request Snowball devices from the AWS console for delivery
  2. Install the snowball client / AWS OpsHub on your servers
  3. Connect the snowball to your servers and copy files using the client
  4. Ship back the device when you’re done (goes to the right AWS
    facility)
  5. Data will be loaded into an S3 bucket
  6. Snowball is completely wiped
32
Q

What is Edge Computing?

A

Process data while it’s being created on an edge location

33
Q

An edge location is an area lacking in

A

Internet access and/or computing power

34
Q

Use cases of Edge Computing

A
  • Preprocess data
  • Machine learning at the edge
  • Transcoding media streams
35
Q

AWS OpsHub is

A

A software you install on your computer / laptop to manage your Snow Family Device

36
Q

Snowball Edge Pricing

A

You pay for device usage and data transfer out of AWS

37
Q

The two options for Snowball Edge pricing are

A

1) On-Demand
2) Committed Upfront

38
Q

AWS Storage Cloud Native Options

A

Block
File
Object

39
Q

AWS Storage Gateway is the

A

*Bridge between on-premise data and cloud data in S3
*Hybrid storage service to allow on- premises to seamlessly use the AWS
Cloud

40
Q

Amazon S3 – Summary

A
  • Buckets vs Objects: global unique name, tied to a region
  • S3 security: IAM policy, S3 Bucket Policy (public access), S3 Encryption
  • S3 Websites: host a static website on Amazon S3
  • S3 Versioning: multiple versions for files, prevent accidental deletes
  • S3 Replication: same-region or cross-region, must enable versioning
  • S3 Storage Classes: Standard, IA, 1Z-IA, Intelligent, Glacier (Instant, Flexible, Deep)
  • Snow Family: import data onto S3 through a physical device, edge computing
  • OpsHub: desktop application to manage Snow Family devices
  • Storage Gateway: hybrid solution to extend on-premises storage to S3