ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

593 / 690

Question 593:

You are uploading multiple files ranging 10 GB – 20 GB in size to the AWS S3 bucket by using a multi-part upload from an application on EC2. Once the upload is complete, you would like to notify a group of people who do not have AWS IAM accounts. How can you achieve this? (Select TWO)

Answer options:

A.Use S3 event notification and configure Lambda function which sends email using AWS SES non-sandbox.
B.Use S3 event notification and configure SNS which sends email to subsribed email addresses.
C.Write a custom script on your application side to poll S3 bucket for new files and send email through SES non-sandbox.
D.Write a custom script on your application side to poll S3 bucket for new files and send email through SES sandbox.