SQS & SNS & SWF Flashcards
SQS Visibility Time Out
12 Hrs
FIFO
Does not Offer FIFO. First In First Out. Although in the latest update it does.
SQS Message Delivery
Will attempt at least once to deliver all message in it’s queues.
Your system should be able to handle the same message multiple times.
SQS Max Size
256KB
SQS Pricing Model
1st million SQS requests per month are free.
50 cent per million requests per month afterwards.
SQS How many messages can a request send.
1-10 messages with a max size of 256KB
SQS How is it billed
Billed by 64KB chunk.
SQS Message order
Any order and received multiple times.
SQS Default Visibility Time Out
30 Seconds.
Can be extended by using the ChangeMessageVisibility Action.
SQS Max Time Out. Maximum Visibility.
12 Hours
SQS Long Polling
Doesn’t return a response until a message arrives in the Queue.
Cheaper
Times out in 20 seconds.
SQS Fanning Out
SNS topic is created. Then SQS queues the SNS topic. Messages sent to SNS will be fanned out to SQS Queues.
Maximum Retention Period
14 Days.
What is SNS
Simple Notification Service. WS sends notification from the cloud.
No polling and pushes notifications to subscribers.
SNS Topic
Access point allowing recepients to subscribe to copies of the same message. SNS formats themessage to the platform.