Chapter 5.7 - S3 Object Lock and Glacier Vault Lock Flashcards

1
Q

What model does S3 Object Lock use to store objects?

A

Write Once, Read Many (WORM)

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

Can S3 Object Lock be implemented on individual objects, entire buckets, or both?

A

Both

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

Name and describe the two modes in which S3 Object Lock can be implemented:

A

Governance Mode:
Users can’t overwrite or delete an object version or alter its lock settings unless they have special permissions

Compliance Mode:
A protected object version can’t be overwritten or deleted by ANY user, including the root user in the AWS account

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

How does the S3 Object Lock Retention Period work?

A

Protects an object version for a fixed amount of time.

Timestamp is stored in the objects version’s metadata.

After the retention period expires, the object version can be overwritten or deleted unless you also placed a legal hold on the object version.

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

What does an S3 Object Lock Legal Hold do?

A

Prevents an object version from being overwritten or deleted but does not have an associated retention period, therefore it remains in place until it is removed.

Only users who have the appropriate permission may place or remove a legal hold:
s3 : PutObjectLegalHold

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

What are the characteristics of S3 Glacier Vault Lock?

A

Easily deploy and enforce compliance controls for individual S3 Glacier vaults with a vault lock policy
You can specify controls, such as WORM, in a vault lock policy and lock the policy from future edits. Once locked, the policy can no longer be changed.

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