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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南