Cloud Integration Flashcards
What are the two patterns of integration?
- Synchronous Communication. Application to Application.
- Asynchronous Communication. Event Base (Application to queue to Application)
Page 277
What is a Amaxon SQS?
- Simple Queue Model
- It’s the same service that a Queue in AMQ.
- If the Queue has many consumer, the messages are delivery along them under a poll strategy.
- It has data persistance upto 14 days.
- It has Autoscaling Group.
- It’s Serveless.
Page 279
What is Amazon Kinesis?
+ It’s a service to provide Real-Time Bif Data Stream.
+ Procces, Collect and Analyze data Streaming.
Page 282
What are the elements that comforms AWS Kinesis?
1.Amazon Kinesis Stream (Collect the Stream)
2. Amazon Kinesis Analytics
3. Amazon Kinesis Firehoses (Distribute the stream)
Page 283
What is Amazon SNS?
- Amazon Simple Notification Service.
- It’s the equivalent of A Topic in AMQ?
- All the subscribers to the Topic will receive a copy of a message that is published in the Topic.
- It’s Serveless.
Page 284
Wha is Amazon MQ?
It’s the implementaion of Apaceh ActiveMQ (AMQ) in Amazon.
It’s and AMQ managed by Amazon.
it doesn’t scale as Amazon SQS or Amazon SNS.
It’s deployed in a EC2 Instance (Not Serveless)
Page 286
can you interact with Amazon SQS and SNS with MQTT, AMQP, STOMP, Openwire, WSS Protocols?
No,SQS and SNS use proprietary protocols from AWS.
Page 494