Does SQS, SNS and AWS lambda support mTLS natively ?

0

Hi, I am trying to connect to SQS, SNS, and AWS Lambda services and looking option to connect to them natively over mTLS authentication and wondering if this is possible. Any information in this direction will be helpful. Thank you Sahil Anand

1 個回答
1
已接受的答案

None of these services support MTLS. You need to have AN IAM Role to call these services.

What you can do is used a REST API in API Gateway, which does support mTLS, and integrate it with these services. It has direct integration with all of them.

profile pictureAWS
專家
Uri
已回答 1 年前
  • Thank you for the reply and will adapt the solution that you recommended here.

  • Now do you have support of MTLS for SNS? I am using Twilio to send sms to my end user. as of now they have provided their rest end point which we call to send message and they send sms to end user. I want to integrate now with SNS. I want to know does SNS provide any rest end point which we can use or it only provide SDK? in my company it is mandatory to US MTLS for authentication to call to any third party? do you support MTLS for bidirectional communication . suppose if we use your SDK can we customize it to use mtls. by default it uses tls. also if we consume your rest end point will you support MTLS? we will share our certificate when proper integration will happen?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南