Exam SAA-C03 Topic 2 Question 299 Discussion

Actual exam question for Amazon's SAA-C03 exam
Question #: 299
Topic #: 2
[Design High-Performing Architectures]
A media company has a multi-account AWS environment in the us-east-1 Region. The company has an Amazon Simple Notification Service {Amazon SNS) topic in a production account that publishes performance metrics. The company has an AWS Lambda function in an administrator account to process and analyze log data.
The Lambda function that is in the administrator account must be invoked by messages from the SNS topic that is in the production account when significant metrics tM* reported.
Which combination of steps will meet these requirements? (Select TWO.)

Suggested Answer: A,B Vote an answer

Requirement Analysis: The Lambda function in the administrator account needs to process messages from an SNS topic in the production account.
IAM Policy for SNS Topic: Allows the Lambda function to subscribe and be invoked by the SNS topic.
SQS Queue for Buffering: Using an SQS queue provides reliable message delivery and buffering between SNS and Lambda, ensuring all messages are processed.
Implementation:
Create an SQS queue in the administrator account.
Set an IAM policy to allow the Lambda function to subscribe to and be invoked by the SNS topic.
Configure the SNS topic to send messages to the SQS queue.
Set up the SQS queue to trigger the Lambda function.
Conclusion: This solution ensures reliable message delivery and processing with appropriate permissions.
Reference
Amazon SNS:Amazon SNS Documentation
Amazon SQS:Amazon SQS Documentation
AWS Lambda:AWS Lambda Documentation

by Meredith at Mar 26, 2026, 08:18 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10