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 年前1167 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则