How SQS Resilience works?

0
  1. How many availability zones SQS uses for replicating the messages?
  2. Replicating the messages to multiple availability zones is automatically activated or a manual process?
  3. How many regions SQS uses for replicating the messages?
  4. Replicating the messages to multiple regions is automatically activated or a manual process?
  5. Where can I see the availability zones, replicate availability zones, regions, and replicate regions information related to SQS?
1개 답변
4
수락된 답변

1. How many availability zones SQS uses for replicating the messages?

→ Based on the SQS SAQ here [A]:Amazon SQS stores all message queues and messages within a single, highly-available AWS region with multiple redundant Availability Zones (AZs), so that no single computer, network, or AZ failure can make messages inaccessible. Information about how many AZs a particular queue will be replicated to or which are those is not available to view directly.

2. Replicating the messages to multiple availability zones is automatically activated or a manual process?

→ Automatic

3. How many regions SQS uses for replicating the messages?

→ Single region. SQS queues cannot be shared between different regions.

4. Replicating the messages to multiple regions is automatically activated or a manual process?

→ N/A

5. Where can I see the availability zones, replicate availability zones, regions, and replicate regions information related to SQS?

→ You cannot see this information on your end, about which AZ a particular queue is replicated to, and etc. However, if you generally want to look up AZs of a particular region, you can run the following CLI command (change regions as needed):
aws ec2 describe-availability-zones —region us-east-1
profile picture
전문가
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠