Is it possible to map an S3 static website to a public static IP address?

0

Hi All,

A customer is using S3 to host a simple static HTML website (just a bunch of HTML pages and images).

The challenge they are having is that they are not using Route53 but they need to use their own government DNS service which doesn't support alias mappings. As they can only map the site address to a static IP. They are asking if there is a way to expose the S3 website via a static IP so that they can configure the host (A) record on their government DNS service to point to that IP.

If anybody has done something similar, it would be much appreciated if I could get some advice on this scenario.

已提问 4 年前4241 查看次数
1 回答
0
已接受的回答

Hi,

It's unfortunate that they can't use Route53 :-).

Global Accelerator >> ALB >> Redirect ("Native" or with Lambda functions if you want to do granular redirects) to your S3 bucket.

It's not the best architectural pattern, but it is an option that addresses your use case.

Regards,

已回答 4 年前

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

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

回答问题的准则