Bird
0
0

Which is the correct way to specify an SMS subscription protocol in AWS SNS?

easy📝 Configuration Q12 of 15
AWS - SNS and SQS
Which is the correct way to specify an SMS subscription protocol in AWS SNS?
A<code>Protocol: 'sms', Endpoint: 'user@example.com'</code>
B<code>Protocol: 'email', Endpoint: '+1234567890'</code>
C<code>Protocol: 'sms', Endpoint: '+1234567890'</code>
D<code>Protocol: 'lambda', Endpoint: '+1234567890'</code>
Step-by-Step Solution
Solution:
  1. Step 1: Understand protocol and endpoint types

    For SMS, protocol must be 'sms' and endpoint is a phone number with country code.
  2. Step 2: Match correct protocol and endpoint

    Protocol: 'sms', Endpoint: '+1234567890' correctly uses 'sms' protocol and a phone number endpoint.
  3. Final Answer:

    Protocol: 'sms', Endpoint: '+1234567890' -> Option C
  4. Quick Check:

    SMS needs phone number endpoint [OK]
Quick Trick: SMS protocol requires phone number endpoint format [OK]
Common Mistakes:
MISTAKES
  • Using email as protocol for SMS
  • Using email address as SMS endpoint
  • Using lambda protocol with phone number

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes