Ref: https://learn.cantrill.io/courses/1820301/lectures/41301408


Amazon SQS (Simple Queue Service) - Overview


Amazon SQS - Example Worker Pool Architecture

Diagram: https://github.com/acantril/aws-sa-associate-saac03/blob/main/1600-SERVERLESS_and_APPLICATION_SERVICES/00_LEARNINGAIDS/SQS-1.png

  1. ASG Web Pool
  2. ASG Worker Pool

💡 SQS queue effectively decouples Web Pool from Worker Pool (neither care about health nor responses from the other component)


Fanout Architecture with SNS and SQS

Diagram: https://github.com/acantril/aws-sa-associate-saac03/blob/main/1600-SERVERLESS_and_APPLICATION_SERVICES/00_LEARNINGAIDS/SQS-2.png