Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer ensure a financial company meets PII regulations while allowing third-party access to customer records for statistical analysis on Amazon S3, using a Lambda function named removePii?
A
By setting up S3 event notifications for the GET request to invoke removePii.
B
By setting up S3 event notifications for the PUT request to invoke removePii.
C
By creating an S3 Object Lambda access point to integrate removePii.
D
By creating a standard S3 access point and using it with the GetObjectLegalHold API, invoking removePii.