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?

20
Q

A key is an

A

object name

21
Q

the data itself is called

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
prevent accidental deletion of objects within an s3 bucket using
MFA
26
automates moving your objects between the different storage tiers maximizing cost-effectiveness
Lifecycle managemnet
27
store objects using a write once, read many (WORM) model
S3 object lock
28
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
governance mode
29
protected object version that can't be overwritten or deleted by any user including the root user for the duration of the retention period
Compliance mode
30
protects an object version for a fixed amount of time
retention periods
31
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
legal holds
32
deploy and enforce compliance controls for individual s3 glacier vaults such as worm models
glacier vault lock
33
Data is first encrypted on the client-side before uploaded to Amazon S3. You manage the encryption process, the encryption keys, and related tools
Client-Side encryption (CSE)
34
Amazon S3 encrypts your object before saving it on disks in its data centers and then decrypts it when you download the objects
Server-Side encryption (SSE)
35
You manage the encryption keys and S3 manages the encryption and decryption process
SSE-C
36
S3 uses AES-256 encryption keys to encrypt your objects, and each object is encrypted with a unique key
SSE-S3 (AES256)
37
S3 uses AES-256 encryption keys to encrypt your objects but the key is managed in a different service, which is AWS KMS
SSE-KMS
38
Encrypted using SSL goes over port 443, when sending to and from buckets
Encryption in Transit
39
used to enforce encryption automatically
bucket policies
40
Data is broken up into parts for uploading, parts can fail and be restarted
Multipart Upload
41
allows better performance when reading objects by spreading reads across them
different prefixes
42
replicate objects from one bucket to another
s3 replication
43
objects in an existing bucket are not replicated automatically
true
44
once replication is turned on all subsequent updated objects will be replicated automatically
true
45
delete markers are not replicated by default
true
46