Cloud Integration Flashcards
1
Q
Amazon SQS - Simple Queue Service
A
- Producers > Send messages > SQS Queue > Poll messages > Consumers
2
Q
Amazon SQS – Standard Queue
A
- Fully managed service (serverless), use to decouple applications
- Messages are deleted after they’re read by consumers
3
Q
Amazon SQS – FIFO Queue
A
- FIFO = First In First Out (ordering of messages in the queue)
4
Q
Amazon Kinesis
A
- Kinesis = real-time big data streaming
5
Q
Amazon SNS
A
- Event Publisher > SNS Topic > Event Subscribers
6
Q
Amazon MQ
A
- When migrating to the cloud, use Amazon MQ (managed message broker)