Back to course

AWS SQS: Simple Queue Service

AWS Cloud Practitioner to Architect: 0 to Hero

Amazon SQS

SQS is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.

Types of Queues:

  1. Standard Queue: Unlimited throughput, at-least-once delivery, best-effort ordering.
  2. FIFO Queue: First-In-First-Out, exactly-once processing, limited throughput.