SNS Flashcards

This deck aims to help retain concepts related to the SNS service.

1
Q

Which AWS service facilitates message delivery from publishers to subscribers, often referred to as producers and consumers?

A

Amazon Simple Notification Service (SNS)

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

What is the maximum message size that SNS can handle?

A

256 KB

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

What is the resiliency posture of the SNS service?

A

SNS is a region-resilient public AWS service

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

Which service is commonly used across AWS for notifications?

A

Amazon Simple Notification Service (SNS)

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

How can SNS be used in a cross-account environment?

A

By using a resource-based policy on the SNS topic

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

What are the primary features of Amazon SNS?

A
  • Delivery status logs (for HTTP, Lambda, SQS)
  • Delivery retries
  • Server-side encryption (SSE)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What SNS component represents a logical access point and acts as a communication channel?

A

A Topic, controls permissions and defines configurations

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

Which SNS component is responsible for sending messages to topics?

A

Publisher

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

Which architecture is typically referred to as a fanout?

A

A single SNS topic with multiple SQS queues as subscribers

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

Which SNS component subscribes to a topic to receive messages sent by the publisher?

A

Subscriber (e.g. HTTP(S), Email (JSON), SQS, Mobile Push, SMS Message, Lambda)

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

What policy can be applied to an SNS subscriber to ensure they only receive relevant messages?

A

Filter policy

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