Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon Exam SOA-C02 Topic 1 Question 117 Discussion

Actual exam question for Amazon's SOA-C02 exam
Question #: 117
Topic #: 1
[All SOA-C02 Questions]

[Monitoring, Reporting, and Automation]

A SysOps administrator must create a solution that immediately notifies software developers if an AWS Lambda function experiences an error.

Which solution will meet this requirement?

Show Suggested Answer Hide Answer
Suggested Answer: A

To immediately notify software developers if an AWS Lambda function experiences an error, follow these steps:

Create an SNS Topic:

Navigate to the Amazon SNS console and create a new topic.

Add email subscriptions for each developer to the SNS topic.


Create a CloudWatch Alarm:

Go to the Amazon CloudWatch console and create an alarm based on the Errors metric for the specific Lambda function.

Use the Lambda function name as a dimension.

Configure the alarm to trigger when the metric exceeds a threshold indicating an error.

Configure Notification:

Set the CloudWatch alarm action to send a notification to the SNS topic created in step 1 when the alarm state reaches ALARM.

This configuration ensures that developers are notified immediately via email if the Lambda function experiences an error.

Contribute your Thoughts:

Santos
12 hours ago
But option C also seems valid, using Amazon SES to send emails directly to developers when an error occurs.
upvoted 0 times
...
Tamra
7 days ago
I disagree, I believe option B is better as it uses Amazon EventBridge to trigger notifications to developers' mobile devices.
upvoted 0 times
...
Santos
19 days ago
I think option A is the best solution because it uses Amazon SNS and CloudWatch alarm to notify developers via email.
upvoted 0 times
...

Save Cancel