Recall & Review
beginner
What is an SNS topic in AWS?
An SNS topic is like a message board where messages are posted. Subscribers can then receive these messages. It helps send notifications to many receivers at once.
Click to reveal answer
beginner
What does a subscription in SNS do?
A subscription connects a receiver (like an email or phone) to an SNS topic. When a message is sent to the topic, all subscribers get the message.
Click to reveal answer
beginner
Name two common protocols used for SNS subscriptions.
Two common protocols are Email and HTTP/HTTPS. Email sends messages to email addresses, HTTP/HTTPS sends messages to web servers.
Click to reveal answer
intermediate
How does SNS ensure only confirmed subscriptions receive messages?
When you subscribe, SNS sends a confirmation message. The subscriber must confirm by clicking a link or responding. This prevents unwanted messages.
Click to reveal answer
intermediate
What happens if a subscriber endpoint is unreachable in SNS?
SNS retries sending messages several times. If it still fails, the message can be sent to a dead-letter queue if configured, or it is dropped.
Click to reveal answer
What is the main purpose of an SNS topic?
✗ Incorrect
SNS topics are used to send messages to many subscribers at once.
Which protocol is NOT supported by SNS subscriptions?
✗ Incorrect
SNS does not support FTP as a subscription protocol.
What must a subscriber do to start receiving messages from an SNS topic?
✗ Incorrect
Subscribers must confirm their subscription to receive messages.
If a subscriber's endpoint is down, what does SNS do?
✗ Incorrect
SNS retries sending messages several times before giving up.
Which of these is a valid SNS subscription endpoint?
✗ Incorrect
SNS supports email addresses as subscription endpoints.
Explain how SNS topics and subscriptions work together to deliver messages.
Think of a newsletter mailing list.
You got /4 concepts.
Describe what happens when a subscriber endpoint is temporarily unreachable in SNS.
Imagine sending a letter to a closed mailbox.
You got /4 concepts.