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
asked 2 years ago1351 views
3 Answers
1
Accepted Answer

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
answered 2 years ago
  • 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

answered a year ago
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.

answered 6 months 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