AWS - SNS and SQSYou configured an SNS topic with two SQS queues subscribed, but only one queue receives messages. What is the most likely cause?ASNS only sends messages to one queue by designBThe second queue's subscription is not confirmedCThe message size exceeds SNS limitsDThe first queue deleted the message too fastCheck Answer
Step-by-Step SolutionSolution:Step 1: Check subscription confirmationSQS subscriptions to SNS require confirmation to activate delivery.Step 2: Understand SNS delivery behaviorWithout confirmation, SNS does not send messages to that queue.Final Answer:The second queue's subscription is not confirmed -> Option BQuick Check:Unconfirmed subscription blocks message delivery [OK]Quick Trick: Confirm all subscriptions to receive messages [OK]Common Mistakes:Assuming SNS sends to only one queueBlaming message size without checking subscriptionThinking message deletion affects delivery
Master "SNS and SQS" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - Why API Gateway matters - Quiz 1easy AWS Lambda - Event triggers for Lambda - Quiz 11easy Auto Scaling - Auto Scaling groups - Quiz 5medium Auto Scaling - Minimum, maximum, and desired capacity - Quiz 15hard DynamoDB - Creating a DynamoDB table - Quiz 14medium DynamoDB - Tables, items, and attributes - Quiz 5medium Elastic Load Balancing - Why load balancing matters - Quiz 1easy Elastic Load Balancing - SSL/TLS termination - Quiz 15hard RDS and Relational Databases - RDS pricing considerations - Quiz 8hard SNS and SQS - Sending and receiving messages - Quiz 9hard