SNS Flashcards
Does SNS guarantee that messages will be delivered to me in the exact order they were published?
No, but it will attempt to (best-effort).
Who can change permissions on a topic?
Only the owner of the topic.
What are the different delivery formats/transports for receiving notifications?
- HTTP, HTTPS
- Email, Email-JSON
- SQS
- SMS
SNS allows up to __________ topics per account.
100k
SNS topic names must be no more than __________ characters in length.
256
Will a notification ever contain more than one message?
No.
True or False: SNS topic names must only be unique within a region.
False.
SNS topic names must be unique within the entire AWS Account.
SNS messages can contain up to __________ of text data (XML, JSON, unformatted text).
256 KB
SNS topic names must be unique within __________.
an AWS account