ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 32 - DVA-C01 discussion

Report
Export

Which of the following are valid SNS delivery transports? Choose 2 answers

A.
HTTP
Answers
A.
HTTP
B.
UDP
Answers
B.
UDP
C.
SMS
Answers
C.
SMS
D.
DynamoDB
Answers
D.
DynamoDB
E.
Named Pipes
Answers
E.
Named Pipes
Suggested answer: A, C

Explanation:

https://aws.amazon.com/sns/faqs/Q: What are the different delivery formats/transports for receiving notifications? In order for customers to have broad flexibility of delivery mechanisms, Amazon SNS supports notifications over multiple transport protocols. Customers can select one the following transports as part of the subscription requests:

“HTTP”, “HTTPS” – Subscribers specify a URL as part of the subscription registration; notifications will be delivered through an HTTP POST to the specified URL. ”Email”, “Email-JSON” – Messages are sent to registered addresses as email. Email-JSON sends notifications as a JSON object, while Email sends text-based email. “SQS” – Users can specify an SQS standard queue as the endpoint; Amazon SNS will enqueue a notification message to the specified queue (which subscribers can then process using SQS APIs such as ReceiveMessage, DeleteMessage, etc.). Note that FIFO queues are not currently supported.

“SMS” – Messages are sent to registered phone numbers as SMS text messages.

asked 16/09/2024
Ishan Patel
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first