Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Service Level Agreement (SLA) for Amazon SQS? For example, its uptime

As subject. I try to move from RabbitMQ to SQS. Want to know whether there is any uptime guarantee or alike. All I can find is that, Amazon SQS stores messages in a distributed storage across all availability zones in a given region. Does that imply, SQS is as reliable as an AWS region or 99.9% (or better) most of the time?

like image 475
Denis Wang Avatar asked Jan 05 '23 09:01

Denis Wang


2 Answers

There is now an SLA available for SQS: https://aws.amazon.com/messaging/sla/

In particular, "AWS will use commercially reasonable efforts to make [SQS] available with a Monthly Uptime Percentage ... of at least 99.9%"

like image 122
BobSmithIV Avatar answered Jan 12 '23 08:01

BobSmithIV


There is no SLA for Amazon SQS.

SLAs can generally be accessed at: http://aws.amazon.com/<service>/sla

like image 23
John Rotenstein Avatar answered Jan 12 '23 06:01

John Rotenstein