S3 Flashcards

1
Q

How would you redact PII from files stored in an S3 bucket, upon retrieval by customers?

A

S3 object Lambda

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

What are 3 good uses for S3 object Lambda?

A

*Redacting PII
*converting file formats(like xml to json)
*resizing and watermarking images on the fly

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

how can you get S3 to encrypt data at rest after a PutObject?

A

Set the x-amx-server-side-encryption: aes256 when invoking the PutObject

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