What can the SQS delivery delay be set to? What’s the default?
How large can an SQS message be?
256kb
How is SQS encrypted?
How long do SQS messages live by default? Whats the min and max?
What is long and short polling? Which should you favor?
What is Queue Depth used for?
What is the visibility Timeout? What is it for?
What is the default SQS visibility Timeout?
30 Seconds
What’s more efficient? Long polling or short polling? What might this cause?
What are the restrictions on the contents of SQS messages?
None
What’s a dead-letter queue?
What attributes make a Dead Letter Queue?
What can you do with problematic SQS messages?
Send them to an SQS Desd-letter Queue
how can you know if a DLQ is filling up?
Use Cloudwatch to create an alarm and SNS to notify.
What can you do if an SNS message fails to deliver?
You can send it to a dead letter queue
What is the rate limit for FIFO queues?
300 per second
Can messages arrive out of order?
Yes. It’s “best effort” ordering
Whats the limit of message rate with SQS?
Nearly unlimited
Can an SQS message be received more than once by a consumer?
Does FIFO cost more or the same as Standard SQS Queues?
It costs more.
Exam says “ordering” and “SQS” you say…
FIFO
What is a message “fan out”
How large can an SNS message be?
256kb
Can an SNS topic be FIFO?
Yes, but only subscriber is SQS.