CLF-C02 · Question #668
Which AWS service gives users the ability to develop loosely coupled microservices and improve service-to-service communication?
The correct answer is C. Amazon EventBridge. Amazon EventBridge is a serverless event bus service that makes it easier to build loosely coupled microservices by allowing services to communicate through events. It enables applications and AWS services to produce and consume events without tightly coupling them. This improves
Question
Which AWS service gives users the ability to develop loosely coupled microservices and improve service-to-service communication?
Options
- AAWS Service Catalog
- BAWS Direct Connect
- CAmazon EventBridge
- DAmazon CloudWatch Logs
How the community answered
(44 responses)- A5% (2)
- B2% (1)
- C93% (41)
Explanation
Amazon EventBridge is a serverless event bus service that makes it easier to build loosely coupled microservices by allowing services to communicate through events. It enables applications and AWS services to produce and consume events without tightly coupling them. This improves scalability, flexibility, and the ability to integrate third-party services and applications, making it ideal for modern microservices architectures.
Community Discussion
No community discussion yet for this question.