AWS Certified Cloud Practitioner — Question 537
A company is building a serverless architecture that connects application data from multiple data sources. The company needs a solution that does not require additional code.
Which AWS service meets these requirements?
Answer options
- A. AWS Lambda
- B. Amazon Simple Queue Service (Amazon SQS)
- C. Amazon CloudWatch
- D. Amazon EventBridge
Correct answer: D
Explanation
Amazon EventBridge is a serverless event bus that enables the integration of application data from multiple sources, including SaaS applications and AWS services, without needing to write custom integration code. AWS Lambda requires custom code to process and route data, while Amazon SQS is a message queuing service that also requires code to ingest and process messages. Amazon CloudWatch is a monitoring and observability service, not an application data integration tool.