All technological notes.
Amazon SNS
Pub/Sub
Amazon SNS
SNS topic12,500,000 subscriptions per topic100,000 topics limitTopic Publish (using the SDK)
Direct Publish (for mobile apps SDK)
Google GCM(Google Cloud Messaging), Apple APNS(Apple Push Notification service), Amazon ADM(Amazon Device Messaging)…

Encryption:
HTTPS APIKMS keysAccess Controls:
IAM policies to regulate access to the SNS APISNS Access Policies (similar to S3 bucket policies)











SNS + SQS
Push once in SNS, receive in all SQS queues that are subscribers
Make sure your SQS queue access policy allows for SNS to write
Benefits:
小结:
SNS topic and then “fan-out” to multiple SQS queues.Limitation:
Solution:

SNS + FIFO

SNS + KinesisSNS can send to Kinesis and therefore we can have the following solutions architecture: