Home › Forums › AWS › AWS Certified Solutions Architect Associate › Confusing Question
-
I found this question on one of the sample exams. I was really confused by the answers that referenced another team. Thinking that I had misread the question I kept going back and only finding one team – development and operations.
Also the S3 bucket sends an event notification to SQS. What happens to this notification?
D is the correct answer but I found the question confusing
A company is using Amazon S3 to store frequently accessed data. When an object is created or deleted, the S3 bucket will send an event notification to the Amazon SQS queue. A solutions architect needs to create a solution that will notify the development and operations team about the created or deleted objects.
Which of the following would satisfy this requirement?
A. Set up another SQS queue for the other team. Grant S3 permission to send a notification to the second SQS queue.
B. Create a new Amazon SNS FIFO topic for the other team. Grant S3 permission to send the notification to the second SNS topic.
C. Set up an Amazon SNS topic and configure two SQS queues to poll the SNS topic. Grant S3 permission to send notifications to SNS and update the bucket to use the new SNS topic.
D. Create an Amazon SNS topic and configure two SQS queues to subscribe to the topic. Grant S3 permission to send notifications to SNS and update the bucket to use the new SNS topic.
-
Hello Patrick-Meighen,
Thanks for the feedback.
The development and operations teams are typically considered two separate teams within an organization.
In the context of the given question, the solution architect is tasked with notifying both teams (the development team and the operations team) when objects are created or deleted in the S3 bucket.
Let us know if you need further assistance.
Regards,
JR @ Tutorials Dojo -
Use option D: SNS fan-out allows one S3 event to notify both teams via separate SQS queues subscribed to the same SNS topic.
Log in to reply.