Practice free →
HomeAWS Solutions Architect Associatecloudcomputingresilientarchitectures › Which AWS service is the simplest way to decoupl…

Which AWS service is the simplest way to decouple two parts of an application so the producer can keep working when the consumer is slow or unavailable?

AAmazon Route 53 — a managed DNS service
BAmazon RDS — a managed relational database
CAmazon SQS (Simple Queue Service) — a managed message queue
DAmazon S3 Glacier Deep Archive — a long-term archival storage tier
Answer & Solution
Correct answer: C. Amazon SQS (Simple Queue Service) — a managed message queue
SQS is AWS's canonical decoupling primitive: producers enqueue, consumers dequeue at their own pace. RDS, Route 53, and Glacier Deep Archive serve entirely different purposes.
Solve this in the app — AWS Solutions Architect Associate practice & 24k+ MCQs →
Related questions