AWS Certified Cloud Practitioner Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Ace the AWS Certified Cloud Practitioner Exam with our extensive collection of flashcards and diverse multiple-choice questions. Updated for 2024 to guarantee your success in the certification journey!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which AWS service provides a fully managed, serverless event bus for communication between decoupled microservices?

  1. Amazon EventBridge

  2. Amazon SNS

  3. Amazon SQS

  4. Amazon Kinesis Data Streams

The correct answer is: Amazon EventBridge

Amazon EventBridge is the best choice as it provides a fully managed, serverless event bus specifically for communication between decoupled microservices. Amazon SNS (B) and Amazon SQS (C) are both messaging services, but they do not offer the same level of serverless functionality as EventBridge. Amazon Kinesis Data Streams (D) is designed for real-time data streaming and processing, not for communication between microservices. Therefore, A is the correct answer for this question.