Other In-Scope Services
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing AWS Certified Cloud Practitioner premium course — no separate purchase.
Included in this chapter:
- Application integration: SNS, SQS, EventBridge, Step Functions
- Business apps, developer tools, and X-Ray
- End-user computing, frontend/mobile, and IoT
- Exam-pattern recognition: pick the service by the keyword
Which application-integration service: SNS vs SQS vs EventBridge
| Decision axis | Amazon SNS | Amazon SQS | Amazon EventBridge |
|---|---|---|---|
| Pattern | Pub/sub fan-out (push) | Message queue (pull/poll) | Event bus with routing rules |
| Delivery direction | Pushed to subscribers | Consumer polls and deletes | Pushed to matched targets |
| Typical signal in a stem | Notify many subscribers at once | Buffer / decouple work for later | Route by event content or schedule |
| Sources | Your app / services publish | Your app / services send | AWS services, custom apps, SaaS partners |
| Content filtering | Subscription message filtering | None (consumer reads all) | Rules match the event body |
| Built-in scheduling | No | No | Yes (EventBridge Scheduler / cron) |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- https://aws.amazon.com/sns/faqs/
- https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html
- https://aws.amazon.com/eventbridge/faqs/
- https://docs.aws.amazon.com/step-functions/latest/dg/concepts-standard-vs-express.html
- https://aws.amazon.com/ses/faqs/
- https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html
- https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html
- https://docs.aws.amazon.com/xray/latest/devguide/aws-xray.html
- https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html
- https://aws.amazon.com/appsync/
- https://aws.amazon.com/iot-core/faqs/