How to configure mutual authentication for aws s3 buckets

0

We were able to communicate with AWS S3 buckets via curl for GET and PUT rest calls. We are planning to implement mutual authentication for AWS S3 buckets. Need guidance for the approach to be followed to achieve this. Our queries:

  1. To implement Mutual authentication(mtls), Is it mandatory to create a custom domain name for our AWS S3 bucket?
  2. Is there any other simple way where we can enable mtls for aws S3 storage?
已提問 1 年前檢視次數 1166 次
1 個回答
0

According to the AWS documentation, mutual TLS authentication requires a custom domain name for the REST API that accesses the S3 bucket. You can use AWS API Gateway to call the S3 bucket. You can have a look at the below links. Hope this helps. https://repost.aws/knowledge-center/api-gateway-tls-certificate https://docs.aws.amazon.com/apigateway/latest/developerguide/rest-api-mutual-tls.html

Manu
已回答 1 年前

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

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

回答問題指南