S3 Flashcards
1
Q
How would you redact PII from files stored in an S3 bucket, upon retrieval by customers?
A
S3 object Lambda
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
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