De-Coupling Workflows Flashcards

1
Q

Can SQS Queues be Bi-Directional

A

No, if you need communication to return to the instance that sent the message, you’ll need a second queue

Your web servers won’t be able to push info back the same way it would require a second queue pointed the other way

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

Can SQS Duplicate Messages?

A

Yes,
This is only once in a while if you see if frequently check for a misconfigured visibility timeout, or the dev is failing to make the delete API call

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

SQS Defaults (Look into this more)

A

Stuff here

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

How long can messages be stored in an SQS queue

A

Messages can persist for 14 days & default value is 4

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

Does the SQS Order Matter?

A

If message order is important, make sure to pick SQS FIFO

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

Proactive Notifications

A

Proactive notifications = SNS

Anytime a question asks about email, text, or any type of push based notification think SNS

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

Cloudwatch & SNS

A

Scenarios that talk about getting a notification from a cloudwatch alarm should immediately make you look for SNS in the answer

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

API Gateway

A

Doesn’t require an in-depth understanding. You only need to know it acts as a secure front door for external communications coming into. Your environemnt

Supports WAF to prevent DDOS attacks

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