While trying to create an SNS subscription, after choosing a topic, all protocols except SQS disappear

0

I am attempting to create an SNS subscription to a topic I have just created. In the dropdown next to protocols, I see all of them before choosing a topic. But after I choose the topic, all protocols except SNS disappear from the dropdown. I tried deleting the topic and creating a new one but the same issue persists.

질문됨 2년 전302회 조회
1개 답변
0

As per your description, this disappearance of protocols can take place only if the topic selected is a Fifo topic [1]. Standard topics are designed to support all the below mentioned protocols while Fifo topic only allows SQS Fifo queues as subscription.

    • http – delivery of JSON-encoded message via HTTP POST
    • https – delivery of JSON-encoded message via HTTPS POST
      
    • email – delivery of message via SMTP
      
    • email-json – delivery of JSON-encoded message via SMTP
      
    • sms – delivery of message via SMS
      
    • sqs – delivery of JSON-encoded message to an Amazon SQS queue
      
    • application – delivery of JSON-encoded message to an EndpointArn for a mobile app and device
      
    • lambda – delivery of JSON-encoded message to an AWS Lambda function
      
    • firehose – delivery of JSON-encoded message to an Amazon Kinesis Data Firehose delivery stream.
      

In order to troubleshoot this, please select standard topic on the top while creating a topic from SNS console [2].

References: 1] https://docs.aws.amazon.com/sns/latest/dg/fifo-message-delivery.html 2] https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html 3] https://docs.aws.amazon.com/sns/latest/dg/sns-create-topic.html

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠