Home > Glossary > AWS Certified Solutions Architect - Associate > Amazon Simple Notification Service (SNS)

📖 What is Amazon Simple Notification Service (SNS)?

Amazon Simple Notification Service (SNS) is a fully managed pub/sub messaging service that enables application-to-application and application-to-person communication. It allows you to send messages to a large number of subscribers across multiple endpoints, including SMS, email, and HTTP, ensuring highly available and durable message delivery.

🥋 Sensei Says:

"Student, remember that SNS is 'push' while SQS is 'pull'. If you see a requirement for 'fan-out' architecture, SNS is almost always the correct answer."

📚 Certification: AWS Certified Solutions Architect - Associate (SAA-C03)

🔑 What are the Key Concepts of Amazon Simple Notification Service (SNS)?

  • The Pub/Sub model decouples publishers from subscribers, allowing messages to be sent to a topic without knowing the specific recipients.
  • Fan-out architecture enables a single SNS message to be replicated and pushed to multiple SQS queues or Lambda functions simultaneously.
  • Message Filtering allows subscribers to define policies based on attributes, ensuring they only receive messages that meet specific criteria.
  • SNS supports diverse delivery endpoints, including SQS for asynchronous processing, Lambda for serverless execution, and SMS or Email for human alerts.
  • SNS FIFO topics ensure strict message ordering and eliminate duplicate deliveries, which is essential for applications requiring precise sequence processing.

🎯 How does Amazon Simple Notification Service (SNS) appear on the SAA-C03 Exam?

You may be asked to design a system where a single event, such as a new order, must trigger multiple independent downstream processes like invoicing and shipping.

A scenario might describe a need for real-time administrative alerts when a CloudWatch alarm is triggered, requiring an SNS topic for email or SMS notifications.

Expect questions about improving system reliability by placing SQS queues as subscribers to an SNS topic to prevent message loss during downstream service outages.

❓ Frequently Asked Questions

What is the fundamental difference between SNS and SQS in a decoupled architecture?

SNS is a push service that delivers messages immediately to all active subscribers. SQS is a pull service where consumers poll the queue for messages at their own pace.


How can I prevent every subscriber from receiving every message sent to a topic?

Use SNS Message Filtering. By adding attributes to the message, you can create filter policies for subscribers so they only receive data relevant to them.


When should I choose SNS FIFO over Standard SNS topics?

Choose FIFO when the order of messages is critical and you must avoid duplicate deliveries, though be aware it has lower throughput than Standard topics.

Related Terms from AWS Certified Solutions Architect - Associate

📝 Related Study Guides

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

The AWS Solutions Architect Associate (SAA-C03) exam validates your ability to design cost-effective, resilient, and secure cloud architectures. To pass, you must master four domains—Security, Resilience, Performance, and Cost Optimization—and score at least 720/1000 on 65 questions within 130 minutes using the AWS Well-Architected Framework.

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

To pass the AWS SAA-C03 exam, you must master four domains: secure, resilient, high-performing, and cost-optimized architectures. Success requires deep knowledge of core services like VPC, EC2, and S3, combined with hands-on experience and rigorous practice using high-quality question banks to simulate the 65-question, 130-minute exam environment.

Deep Dive 8 min read

AWS SQS vs SNS: Core Differences for the SAA-C03 Exam

AWS SQS is a pull-based message queuing service used for one-to-one decoupling, ensuring messages are processed once. AWS SNS is a push-based pub/sub service for one-to-many notifications. For the SAA-C03 exam, remember SQS provides persistence and polling, while SNS delivers real-time messages to multiple subscribers instantly.

🧠

Test Your Knowledge

Think you understand Amazon Simple Notification Service (SNS)? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium