mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-03-09 15:40:06 +00:00
Merge pull request #523 from lobster1234/sns-encrypted-sqs
Added the SSE-SQS <-> SNS gotcha
This commit is contained in:
commit
693a568818
1 changed files with 1 additions and 1 deletions
|
@ -2008,7 +2008,7 @@ SNS
|
||||||
### SNS Gotchas and Limitations
|
### 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).
|
- 🔸 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
|
High Availability
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue