
Answer-first summary for fast verification
Answer: AWS SQS
The AWS Documentation mentions the following on the Simple Queue Service: Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. It moves data between distributed application components and helps you decouple these components. **Explanation:** - **AWS SQS (Simple Queue Service)** is designed specifically for decoupling distributed systems by providing a message queue that allows different components to communicate asynchronously - **AWS EBS Volumes** are block storage devices for EC2 instances, not for decoupling - **AWS EBS Snapshots** are backups of EBS volumes, not for decoupling - **AWS Glacier** is for long-term archival storage, not for decoupling applications SQS enables loose coupling between components, allowing them to operate independently and scale separately, which is a key architectural pattern in cloud applications.
Author: Ritesh Yadav
Ultimate access to all questions.
No comments yet.
Your company is planning to host resources in the AWS Cloud. They want to use services which can be used to decouple resources hosted on the cloud. Which of the following services can help fulfill this requirement?
A
AWS EBS Volumes
B
AWS EBS Snapshots
C
AWS Glacier
D
AWS SQS