Service Comparison

SQS vs SNS vs EventBridge

All decouple systems, but queueing, fanout, and event routing are not the same.

What They Have in Common

Each option can solve part of the scenario. The exam expects you to choose the one that satisfies the stated constraints with the right operational burden, security boundary, availability model, and cost behavior.

Key Differences

OptionPrimary modelBest useSecurityAvailabilityOperations and cost
SQSQueueBuffer work, retry, DLQ, consumer pollingQueue policy, SSE, IAMDurable backlog, at-least-onceRequests and retries
SNSPub/sub topicFanout notifications to multiple subscribersTopic policy, SSE, subscription confirmationSubscriber durability variesPublishes and deliveries
EventBridgeEvent bus/rulesRoute events by pattern, SaaS/AWS integration, schedulerBus policy, target roleRetries, DLQ, archive/replay optionsPublished events, archive, replay

Typical Exam Clues

Practice After Studying

Return to the certification guide that includes this comparison and launch domain training from there.

Sources and Review Metadata