I have a microservice which pushes the messages to the SQS Fifo queue. If in future the SQS is down, How can I configure a secondary SQS as a failover. Could also please mind in explaining how AWS manages the high availability of SQS.
IS SQS a region based service or an Availability-zone based service.
Asked
Active
Viewed 914 times
0
1 Answers
3
You can read the SLA here. SQS is regional, and highly-available within each region.
Here's a guide to Disaster Recover on SQS, which provides suggested architectures for:
- Active-Active
- Backup & Restore
- Pilot Light
- Warm Standby

jarmod
- 71,565
- 16
- 115
- 122
-
1Thank you very much for answering my query. Thanks for the links provided. – sairohith naredla May 20 '22 at 05:30