SSL Certificate with interface endpoints?

0

Hi All,

I have S3 glacier in an AWS account that is consumed by a python program on-premise. Direct connect connectivity is already established. The S3 service is exposed through a VPC interface endpoint and is accessed using privatelink.

In the Python program, I am using a https URL to access S3, something like '*.vpce.amazonaws.com'. Public access to the S3 service through the internet has been disabled. It is only accessible through direct connect.

Do I need an SSL certificate to access the service? If I do, should I purchase/generate one or will AWS provide the SSL cert I can use to call the service?

Thanks in advance.

RB
已提问 3 个月前193 查看次数
1 回答
1

Hello.

I don't think an SSL certificate is necessary.
I think that the domain specified as the endpoint URL has been issued an SSL certificate for HTTPS by AWS.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html

profile picture
专家
已回答 3 个月前

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

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

回答问题的准则