From 6675dc7807057aa87d5e39f723f53c9c1fc713d2 Mon Sep 17 00:00:00 2001 From: Manish Pandit Date: Thu, 19 Oct 2017 23:23:28 -0700 Subject: [PATCH] Added the SSE-SQS <-> SNS gotcha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e24e68e..32c823c 100644 --- a/README.md +++ b/README.md @@ -2008,7 +2008,7 @@ SNS ### SNS Gotchas and Limitations - 🔸 HTTP/S subscribers of SNS topics need to have public endpoints, as SNS does not support calling private endpoints (like those in a private subnet within a VPC). - +- 🔸 In a fan-out scenario, [SSE-enabled SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) subscribers of an SNS topic [will not receive](https://lobster1234.github.io/2017/10/14/fan-out-with-sns-and-sqs-gotcha/) the messages sent to the topic. High Availability -----------------