Exam: AWS Certified Cloud Practitioner 0 Likes
Which AWS service helps developers use loose coupling and reliable (CLF-C02)
Which AWS service helps developers use loose coupling and reliable messaging between microservices?
A. Elastic Load Balancing
B. Amazon Simple Notification Service (Amazon SNS)
C. Amazon CloudFront
D. Amazon Simple Queue Service (Amazon SQS)
Solution
Correct answer: D. Amazon Simple Queue Service (Amazon SQS).
Amazon SQS is a message queuing service that helps developers decouple microservices and enables reliable messaging between them. It allows microservices to communicate with each other asynchronously, which can help improve the overall scalability and reliability of the system.
Category: Basic AWS services