AWS Certified Developer – Associate — Question 203

A company deploys a photo-processing application to an Amazon EC2 instance The application needs to process each photo in less than 5 seconds. If processing takes longer than 5 seconds, the company's development team must receive a notification.

How can a developer implement the required time measurement and notification with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is the best choice as it uses Amazon CloudWatch to directly track and alert on the processing time with minimal complexity. The other options introduce unnecessary components such as SQS, SES, or Kinesis, which increase operational overhead without any added benefits for this specific requirement.