Bird
0
0

What does an SNS subscription do in AWS Simple Notification Service?

easy📝 Conceptual Q1 of 15
AWS - SNS and SQS
What does an SNS subscription do in AWS Simple Notification Service?
AIt deletes messages from an SNS topic.
BIt delivers messages from an SNS topic to an endpoint like email or HTTP.
CIt creates a new SNS topic for message publishing.
DIt encrypts messages within an SNS topic.
Step-by-Step Solution
Solution:
  1. Step 1: Understand SNS Topic and Subscription Roles

    An SNS topic is a channel for messages. A subscription connects this channel to an endpoint.
  2. Step 2: Identify Subscription Function

    The subscription delivers messages published to the topic to the subscribed endpoint like email or HTTP.
  3. Final Answer:

    It delivers messages from an SNS topic to an endpoint like email or HTTP. -> Option B
  4. Quick Check:

    SNS subscription = message delivery [OK]
Quick Trick: Subscription connects topic to endpoint for message delivery [OK]
Common Mistakes:
MISTAKES
  • Confusing subscription with topic creation
  • Thinking subscription deletes messages
  • Assuming subscription encrypts messages

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes