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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ