S3 Flashcards

1
Q

S3 stands for:

A

Simple Storage Service

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

S3 (at a high level)

A

backup/storage
disaster recovery
files stored in buckets
* buckets must be globally unique
buckets defined at Region level

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

S3 max object size?

A

5 TB (5000GB)

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

S3 user based policy

A

user based (IAM policies)

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

S3 bucket policy

A

granting access to objects within a bucket

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

S3 Standard

A

s3 storage class.
general purpose, for FREQUENTLY accessed data

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

S3 Infrequent Access (Standard-IA)

A

s3 storage class.

for data infrequently accessed data but requires rapid access when needed.

costs more than S3 One Zone-IA.

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

S3 Intelligent Tiering

A

s3 storage class.
optimize costs by automatically moving data to the most cost-effective access tier when patterns change

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

S3 One Zone-Infrequent Access (One Zone-IA)

A

s3 storage class.
in 1 az
data that is accessed less frequently, but requires rapid access

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

Durability vs Availability

A

durability = measurement of how healthy and resilient your data is.

availability = how readily available the service is

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

True/False - S3 is not a durable service.

A

False. S3 is highly durable.

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

S3 Object Lock

A

block object version deletion for a specific time

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

S3 Glacier (Flexible Retrieval)

A

is a low-cost storage class for archive data that is accessed 1 - 2 times per year, takes long time to fetch data.
ex: use to store archived customer records

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

S3 Glacier Deep Archive

A

lowest-cost storage class. takes LONGEST time to fetch data.
ex: good for backup

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

Which tasks can S3 object life cycle configurations perform automatically? (Select THREE.)
(A) Deleting old object versions
(B) Moving objects to Glacier
(C) Deleting old buckets
(D) Deleting old objects
(E) Moving objects to an EBS volume

A

(A), (B), and (D).

It can delete old objects, and versions but not buckets. Object life cycle configurations can’t delete buckets or move objects to an EBS volume.

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

S3 Object Lock

A

Store objects using a write-once-read-many (WORM) model.
Prevent objects from being deleted for a fixed amount of time

17
Q

S3 Encryption Types

A
  • no encryption
  • server-side encryption (s3 encrypts after receiving file)
  • client-side encryption (user encrypts before loading)
18
Q

Shared responsibility for S3

A

aws = infrastruction, configuration, compliances

us = versioning, bucket policies, logging, data encryption

19
Q

AWS Snow Family

A

offline, physical devices sent by aws to load data to device and ship back

20
Q

Types of Snow Family

A

Snowball- smallest. good option for data migration from the local servers to the cloud, or disaster recovery/backup

Snowcone - medium size device/storage.
Snowmobile = largest device, a truck.

21
Q

Edge Computing

A

When you have limited or no internet but still have data to collect.
ex: mines, ships

22
Q

What do you use to configure your snow devices and launch instances?

A

OpsHub

23
Q

Hybrid Cloud

A

part on-premises part on aws cloud, good for security, compliance, etc.

24
Q

AWS Storage Gateway

A

a virtual machine that bridges the gap between on premises servers and cloud