AWS Certified SysOps Administrator SOA-C01 – Question810

A SysOps Administrator needs to retrieve a file from the GLACIER storage class of Amazon S3. The Administrator wants to receive an Amazon SNS notification when the file is available for access.
What action should be taken to accomplish this?

A.
Create an Amazon CloudWatch Events event for file restoration from Amazon S3 Glacier using the GlacierJobDescriptionAPI and send the event to an SNS topic the Administrator has subscribed to.
B. Create an AWS Lambda function that performs a HEAD request on the object being restored and checks the storage class of the object. Then send a notification to an SNS topic the Administrator has subscribed to when the storage class changes to STANDARD.
C. Enable an Amazon S3 event notification for the s3:ObjectCreated:Postevent that sends a notification to an SNS topic the Administrator has subscribed to.
D. Enable S3 event notification for the s3:ObjectCreated:Completed event that sends a notification to an SNS topic the Administrator has subscribed to.

Correct Answer: C