Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 931 discussion

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 are reported.

Which combination of steps will meet these requirements? (Choose two.)

  • A. Create an IAM resource policy for the Lambda function that allows Amazon SNS to invoke the function.
  • B. Implement an Amazon Simple Queue Service (Amazon SQS) queue in the administrator account to buffer messages from the SNS topic that is in the production account. Configure the SQS queue to invoke the Lambda function.
  • C. Create an IAM policy for the SNS topic that allows the Lambda function to subscribe to the topic.
  • D. Use an Amazon EventBridge rule in the production account to capture the SNS topic notifications. Configure the EventBridge rule to forward notifications to the Lambda function that is in the administrator account.
  • E. Store performance metrics in an Amazon S3 bucket in the production account. Use Amazon Athena to analyze the metrics from the administrator account.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
progounick
2 weeks, 6 days ago
Selected Answer: AC
A and C seem to be the best answer
upvoted 1 times
...
dhewa
3 weeks, 4 days ago
Selected Answer: AC
No need to complicate stuff, AWS services already exist only permissions are missing. A&C will set up the necessary permissions and subscriptions for cross-account invocation of the Lambda function by the SNS topic.
upvoted 2 times
...
523db89
3 weeks, 6 days ago
A,C correct - While using SQS could be a solution for buffering messages, it introduces additional complexity
upvoted 1 times
...
jamesukae
3 weeks, 6 days ago
Selected Answer: BE
For me AB is contradict , why we invoke lambda function by both SNS and SQS? I think BE is correct answer because question also need solution to analyze data.
upvoted 1 times
...
siheom
1 month ago
Selected Answer: AB
VOTE A,B
upvoted 2 times
...
nebajp
1 month, 1 week ago
correct answer is AD
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...