151. Cloud Integrations Overview

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Synchronous communications

application to application

2
New cards

Asynchronous / Event based communications

application to queue to application

3
New cards

Why are synchronous communications problematic?

sudden spikes of traffic

4
New cards

queue model

using SQS

5
New cards

pub/sub model

using SNS

6
New cards

real-time data streaming model

using Kinesis

7
New cards

decouple your applications:

These services can scale independently from our application