How to setup CloudFront default root object?

0

I am export a NextJS static web and host it by CloudFormation distribution. However, I always need to type cloudformation-domain.net/index.html. I want to access **without index.html **

https://www.cloudformation-domain-net/ 

When I host the NextJS with Amplify, it also use CloudFront and working without the "index.html"

hai
已提问 2 年前1421 查看次数
3 回答
1
已接受的回答

In the CloudFront distribution settings there is a default root object option.

General Tab > Settings section > Edit > scroll down to Default root object and enter index.html here.

profile pictureAWS
已回答 2 年前
  • Thank you! I go it done

1

Hello Everyone.

And for cases where the origin is an ALB? How to set a default root object where there is no object to set?

I'm trying to solve te AWS SecurityHub "CloudFront distributions should have a default root object configured" item. But my origin is an ALB, routing my URLs without a default root object.

Best Regards, Ransés Marques

已回答 1 年前
0

The default root object is typically used when serving static content from an S3 bucket or other simple origin types. When using an ALB as your origin, you rely on the ALB's ability to route requests to different resources based on the request path, query parameters, or other conditions. Therefore, CloudFront doesn't control the default root object for ALB origins.

已回答 7 个月前

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

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

回答问题的准则