s3 Flashcards

1
Q

provides secure durable highly scalable object storage in the cloud

A

S3

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

do you get unlimited storage with S3?

A

Yes

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

size range of objects within S3

A

0-5TB

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

where files are stored in

A

Buckets

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

do s3 bucket names have to be totally unique?

A

Yes

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

https://bucketname.s3.Region.amazonaws.com/name

A

S3 url format

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

code received when uploading a file successfully to S3

A

HTTP 200

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

data is spread across multiple devices and facilities to enure availability and durability

A

true

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

availability in s3

A

99.95%-99.99%

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

durability in s3

A

nine 9s 99.999999999%

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

high availability and durability storage in s3. data stored redundantly across multiple facilities

99.99% availability
11 9’s durability

A

standard s3

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

designed for frequently accessed data, and is suitable for most workloads

A

standard s3

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

define rules to automatically transition objects to a cheaper storage tier or delete objects no longer required

A

lifecycle policies

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

all versions of an object are stored

A

versioning

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

encryption on a bucket that will encrypt all new objects stored in the bucket

A

server-side encryption

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

define which AWS accounts or groups are granted access and the type of access. can be attached to individual objects

A

Access control lists

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

specify which actions are allowed or denied

A

s3 bucket policies

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

any subsequent read of an objects receives the latest version of the object

A

strong read-after-write consistency

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

can you install an OS or DB storage on S3?

A

No

20
Q

A key is an

A

object name

21
Q

the data itself is called

A

value

22
Q

restrict access on an individual object level

A

Access Control Lists (ACL)

23
Q

restrict access on an entire bucket level

A

Bucket Policy

24
Q

have multiple versions of objects within a bucket

A

Versioning

25
Q

prevent accidental deletion of objects within an s3 bucket using

A

MFA

26
Q

automates moving your objects between the different storage tiers maximizing cost-effectiveness

A

Lifecycle managemnet

27
Q

store objects using a write once, read many (WORM) model

A

S3 object lock

28
Q

users can’t overwrite or delete an object version or alter its lock settings unless they have special permissions. Users can be granted permission to alter the retention settings

A

governance mode

29
Q

protected object version that can’t be overwritten or deleted by any user including the root user for the duration of the retention period

A

Compliance mode

30
Q

protects an object version for a fixed amount of time

A

retention periods

31
Q

prevents an object version from being overwritten or deleted but does not have an associated retention period, and remains in effect until it’s removed

A

legal holds

32
Q

deploy and enforce compliance controls for individual s3 glacier vaults such as worm models

A

glacier vault lock

33
Q

Data is first encrypted on the client-side before uploaded to Amazon S3. You manage the encryption process, the encryption keys, and related tools

A

Client-Side encryption (CSE)

34
Q

Amazon S3 encrypts your object before saving it on disks in its data centers and then decrypts it when you download the objects

A

Server-Side encryption (SSE)

35
Q

You manage the encryption keys and S3 manages the encryption and decryption process

A

SSE-C

36
Q

S3 uses AES-256 encryption keys to encrypt your objects, and each object is encrypted with a unique key

A

SSE-S3 (AES256)

37
Q

S3 uses AES-256 encryption keys to encrypt your objects but the key is managed in a different service, which is AWS KMS

A

SSE-KMS

38
Q

Encrypted using SSL goes over port 443, when sending to and from buckets

A

Encryption in Transit

39
Q

used to enforce encryption automatically

A

bucket policies

40
Q

Data is broken up into parts for uploading, parts can fail and be restarted

A

Multipart Upload

41
Q

allows better performance when reading objects by spreading reads across them

A

different prefixes

42
Q

replicate objects from one bucket to another

A

s3 replication

43
Q

objects in an existing bucket are not replicated automatically

A

true

44
Q

once replication is turned on all subsequent updated objects will be replicated automatically

A

true

45
Q

delete markers are not replicated by default

A

true

46
Q
A