Section 13 - Cloud integrations Flashcards
- Synchronous communication
- Asynchronous communication
A - communication is application to application
B - communication is triggered by some type of event and the communication involves some type of queue
1 - A
2 - B
Amazon’s oldest offering, one of the first services offered, a queue based service
Amazon SQS
If you see “decoupled” on the exam, what service should you think of?
Amazon SQS
Amazon SQS is a (managed/non managed) service
managed
SQS scales from x message per second to x per second
1 message per second to 10,000 per second
SQS messages are retained from x days to a maximum of xx days
4 days, to a maximum of 14 days
what is the limit of how many messages can be stored in the SQS queue
there is no limit
After SQS messages are read by customers they are (cached/deleted)
deleted
SQS messages are (high/low) latency (<xx ms on publish and recieve)
low latency / <10 ms on publish and receive
Does SNS retain messages that are sent via the service?
No
Which service is a pub/sub messaging service?
AWS SNS
Which service is used for real time analysis on data streaming (i.e. video streams)?
AWS Kinesis
what is pub/sub short for?
publish/subscribe
What two services are associated with “decoupling”?
AWS SQS and AWS SNS
In a pub/sub type service, are all messages sent to a queue or instantly received by all subscribers?
all messages are instantly received by all subscribers