Amazon Simple Notification Service (SNS) vs. Amazon Simple Queue Service (SQS)

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon SNS
Score 8.4 out of 10
N/A
Amazon Web Services offers the Amazon Simple Notification Service (SNS) which provides pub/sub messaging and push notifications to iOS and Android devices. It is meant to operate in a microservices architecture and which can support event-driven contingencies and support the decoupling of applications.
$0.01
per 1 million
Amazon SQS
Score 8.4 out of 10
N/A
Amazon Web Services (AWS) Provides the Amazon Simple Queue Service (SQS), a managed message queue service which supports the safe decoupling and distribution of different components in a cloud infrastructure and cloud applications.
$0
per GB
Pricing
Amazon Simple Notification Service (SNS)Amazon Simple Queue Service (SQS)
Editions & Modules
API Requests & Payload Data
$0.01
per 1 million
API Requests
$0.50
per 1 million requests
Notification Deliveries
$0.50
per million notifications
All Data Transfer In
$0.00
per GB
Standard Queue
$0.00000004
per request
FIFO Queue
$0.00000005
per request
Offerings
Pricing Offerings
Amazon SNSAmazon SQS
Free Trial
NoNo
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
Amazon Simple Notification Service (SNS)Amazon Simple Queue Service (SQS)
Considered Both Products
Amazon SNS
Chose Amazon Simple Notification Service (SNS)
Common confusion between SNS and SQS. SNS directs information to its subscribers without any effort on the subscribers or individuals' end. SQS gathers the information and then the individual has to almost go find it. They do similar things but in a space where information can …
Chose Amazon Simple Notification Service (SNS)
Our company prioritizes using AWS offerings unless there is a strong use case for using something within Azure. SQS is a similar service that solves different problems and we are using it in conjunction with SNS.
Chose Amazon Simple Notification Service (SNS)
We use EC2 instances to train ML model against a heavy volume of data. When the model is trained (i.e. loss reduces to a certain level), we push notification to all the stakeholders to notify them the new model is available. To achieve it, SNS is the most simple and cost …
Chose Amazon Simple Notification Service (SNS)
We use a lot of services from AVS, and it's easy to set up all services between each other.
Chose Amazon Simple Notification Service (SNS)
As I mentioned previously, I wish we had gone with a different service such as a Mixpanel or OneSignal as they are reputable in the space and are known for their strong support and documentation. AWS SNS was the way to go for us at the time we chose it due to the fact that we …
Amazon SQS
Top Pros
Top Cons
Best Alternatives
Amazon Simple Notification Service (SNS)Amazon Simple Queue Service (SQS)
Small Businesses
AWS IoT Core
AWS IoT Core
Score 7.7 out of 10

No answers on this topic

Medium-sized Companies
Apache Kafka
Apache Kafka
Score 8.4 out of 10
Apache Kafka
Apache Kafka
Score 8.4 out of 10
Enterprises
Google Cloud Pub/Sub
Google Cloud Pub/Sub
Score 9.1 out of 10
Apache Kafka
Apache Kafka
Score 8.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon Simple Notification Service (SNS)Amazon Simple Queue Service (SQS)
Likelihood to Recommend
9.3
(24 ratings)
7.1
(7 ratings)
Usability
8.5
(11 ratings)
-
(0 ratings)
Support Rating
8.4
(14 ratings)
10.0
(2 ratings)
User Testimonials
Amazon Simple Notification Service (SNS)Amazon Simple Queue Service (SQS)
Likelihood to Recommend
Amazon AWS
The Amazon SNS service is well suited to support event notifications, monitoring applications, workflow systems, time-sensitive information updates, and mobile applications that generates or consumes notifications. It can be used to relay time-critical events to mobile applications and devices. It provides significant advantages to developers who build mobile applications that rely on real-time events. It is not well suited for hybrid cross platform mobile application frameworks at this juncture. An optimal version to meet the needs of a cross platform mobile developer is needed as generally the frameworks are not meant to manage real-time events. It is also not suited for cases where the queue management needs improvement or requires special workflows/tooling.
Read full review
Amazon AWS
If you are looking to build something that just requires a simple queue service (as the name implies) this is great for it. You might look elsewhere though if you get into more complicated needs. This is also very well suited if you are already using other services with AWS and intend to fully build whatever you are building in AWS. If you are looking for a mixed environment -- SQS is not for you
Read full review
Pros
Amazon AWS
  • Built in for quicker setup within AWS ecosystem.
  • Trusted as you control the users and configuration via IAM and easy access controls.
  • Can be sent to S3 simple storage or for long term storage if required.
  • Can be used in many regions, same configs.
Read full review
Amazon AWS
  • It provides an always-available serverless queue for workflows or mission-critical processes.
  • Is extremely low cost and overall costs to our environments have been negligible.
Read full review
Cons
Amazon AWS
  • At times you receive access denied errors which are annoying.
  • Rarely do you receive internal failure errors where you can't access the information. It is rare but it does happen.
  • You are required to add an MWS Authentication Token every so often. I wish it would pull that information automatically for you so you don't have to go searching for it.
Read full review
Amazon AWS
  • Almost all of the functionality has been covered by SQS, but they could improve the throughput time.
  • Also, they could provide built-in Cloud Watch, so that we can easily configure it without any external efforts.
Read full review
Usability
Amazon AWS
It is useful for applications developed using event driven architecture. It helps in tracking and logging the events in a very timely and efficient manner. The dashboards are a little difficult to implement. But overall it is very easy to integrate with other AWS services like Lambda, API GW, S3 and DynamoDB. The permissions to access should be resolved before using it.
Read full review
Amazon AWS
No answers on this topic
Support Rating
Amazon AWS
Amazon Simple Notification Sevices (SNS) support depends on your usage pattern and definitely on your support plan as an enterprise with AWS. Before reaching out to support you should read their documentation, as they have mentioned almost all the common issues and their solutions there. However, for specific issues, they generally respond in 1-2 business days.
Read full review
Amazon AWS
Online blogging and documentation for SQS is great. There are many examples of implementing it and if you look hard enough, more than likely there are examples that meet the exact case with which you are working
Read full review
Alternatives Considered
Amazon AWS
Amazon’s SNS is incredibly easy to set up compared to the
more powerful, but complex, Kafka flavours.

SNS’s core advantages are –

· no setup/no maintenance

· either a queue (SQS) or a topic (SNS)

· various limitations (on size, how long a message lives, etc)

· limited throughput: you can do batch and concurrent requests, but still
achieving high throughputs would be expensive

· SNS has notifications for email, SMS, SQS, HTTP built-in.

· no "message stream" concept Overall, it would be the best choice to get into the concepts of Pub/Sub concepts as although it has limitations it can provide significant capabilities and solutions
Read full review
Amazon AWS
The most comparable products are RabbitMQ, and perhaps ActiveMQ. Until recently, AWS did not offer a managed ActiveMQ product. Running RabbitMQ will never be to my team's competitive advantage; we wanted a managed service.
Read full review
Return on Investment
Amazon AWS
  • Amazon Simple Notification Service (SNS) saved us a lot of extra coding time by providing straightforward functionality we needed in our ad campaign automation tool.
  • Amazon Simple Notification Service (SNS) allows us to maintain a consistent, serverless model within our applications.
Read full review
Amazon AWS
  • Positive impact - time allocation towards different features
  • Negative impact - too many resources dedicated towards debugging
  • Positive impact - less manual labor during testing
Read full review
ScreenShots