Cloud Integrations Flashcards

1
Q

SQS

A

Queue service in AWS

We can have multiple producers in a SQS queue, then messages are kept up to 14 days. Consumers can read those messages, and multiple consumers can split the reads and once a message is read and processed it is deleted.

It is used to decouple applications in AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SNS

A

Notification Service in AWS

We have producer and subscribers like Email, Lambda, SQS, HTTP, Mobile….

When you have multiple subscribers to one SNS topic then SNS will send messages to all of them.

SNS does not retain any messages, so it is not a durable store of messages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Kinesis

A

Real-time data streaming, persistence and analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Amazon MQ

A

managed Apache MQ in the cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly