Cloud Integration Flashcards

1
Q

What are the two patterns of integration?

A
  1. Synchronous Communication. Application to Application.
  2. Asynchronous Communication. Event Base (Application to queue to Application)

Page 277

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

What is a Amaxon SQS?

A
  • 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

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

What is Amazon Kinesis?

A

+ It’s a service to provide Real-Time Bif Data Stream.
+ Procces, Collect and Analyze data Streaming.

Page 282

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

What are the elements that comforms AWS Kinesis?

A

1.Amazon Kinesis Stream (Collect the Stream)
2. Amazon Kinesis Analytics
3. Amazon Kinesis Firehoses (Distribute the stream)

Page 283

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

What is Amazon SNS?

A
  • 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

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

Wha is Amazon MQ?

A

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

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

can you interact with Amazon SQS and SNS with MQTT, AMQP, STOMP, Openwire, WSS Protocols?

A

No,SQS and SNS use proprietary protocols from AWS.

Page 494

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