Topic 1 Question 81
A company has a set of ecommerce applications. The applications need to be able to send messages to each other. Which AWS service meets this requirement?
AWS Auto Scaling
Elastic Load Balancing
Amazon Simple Queue Service (Amazon SQS)
Amazon Kinesis Data Streams
ユーザの投票
コメント(7)
- 正解だと思う選択肢: C
Amazon Simple Queue Service (SQS): SQS is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. It allows one application to send messages to a queue, and another application to retrieve those messages from the queue. This can be helpful in scenarios where the sender and receiver are not required to interact with each other in real-time.
👍 5schasqui2024/05/15 - 正解だと思う選択肢: C
C. Amazon Simple Queue Service (Amazon SQS): A fully managed message queuing service that enables decoupling and scaling of distributed systems. It allows applications to send messages to each other and helps in building distributed, loosely coupled systems.
AWS Auto Scaling: It automatically adjusts the number of Amazon EC2 instances in a group based on specified policies. Elastic Load Balancing: It distributes incoming application traffic across multiple targets, such as EC2 instances. It focuses on load distribution and high availability. Amazon Kinesis Data Streams: It is used for real-time streaming data processing, not direct messaging between applications.👍 4TheFivePips2024/07/25 I would have thought the answer is SNS but SQS is close enough :-)
👍 3SvenSven2024/05/24
シャッフルモード