Message Services in AWS Flashcards
1
Q
MQ
A
Managed service for RabbitMQ and ActiveMQ (3rd party message services)
2
Q
SNS
A
Simple Notification Service - send message to subs using a topic a sub is a SQS, Lambda, Kinesis data firehose, email, text, http/https endpoints (for web apps), mobile notification
3
Q
SQS
A
Simple Que Service - Puts a message in a from a producer service or application to a consumer services, service, application or applications
4
Q
EventBridge
A
Is an event bus, it essentially routes messages from services or applications and can be used for cron jobs
5
Q
What is a cron job?
A
Scheduled jobs triggered to run periodically