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?
asked a year ago1100 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions