SNS Flashcards

1
Q

Which three out-of-the-box publish targets does SNS support?

A
  • Lambdas
  • SQS queues
  • HTTP/S Endpoints
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is message delivery guaranteed in SNS?

A

No - if there are no subscribers the message will eventually be lost

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

What are the three phases of “retry” for an SNS topic?

A
  • Immediate retry
  • Pre-backoff
  • Backoff
  • Post-backoff
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do the “minimum” and “maximum” delay values when setting up an SNS topic mean?

A

In the pre-backoff and backoff phase, the time between retries ramps up from the minimum to the maximum value, and then remains at the maximum value

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

Can subscriptions to an SNS topic always override the topic’s own settings?

A

Only if “Override subscription policy” is not set on the SNS topic

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