SNS Flashcards

1
Q

What is SNS?

A

Simple Notification Service

Web service to easily set up operative notification from the cloud

pub-sub

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

Is SNS a poll or push service?

A

PUSH

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

Is SNS synchronous or ansynchronous?

A

synchronous

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

Delivery methods of SNS

A

SNS message (text)

Email

SQS

HttpRequest

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

Price of 1 million SNS requests

A

$0.50

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

Price of 10,000 Notif over HTTP in SNS

A

$0.06

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

Price of 100 notif over text in SNS

A

$0.75

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

Price of 100,000 notif over email in SNS

A

$2.00

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

Can you trigger Lambda with SNS?

A

Yes you can trigger a Lambda when a message is published to SNS topic and then Lambda can trigger to post to another SNS topic

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

SNS endpoints

A

Application
HTTP
Lambda
SQS

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

Filter policy for SNS

A

simple JSON object

by default subscribers receive every message published to a topic but filter can define which messages they want

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