91581/how-to-update-cloudfront-distribution-default-root-object
Hi Guys,
I have created one CloudFront distribution in AWS. I want to update a CloudFront distribution's default root object. How can I do that?
Hi@akhtar,
The following example updates the default root object to index.html for the CloudFront distribution with the ID.
$ aws cloudfront update-distribution --id EDFDVBD6EXAMPLE --default-root-object index.html
You will need AWS's new modularized assemblies. AWSSKD.Core ...READ MORE
While IOUtils.copy() and IOUtils.copyLarge() are great, I would prefer the old ...READ MORE
Hi@akhtar, If you're using Amazon S3 for your ...READ MORE
Hi@akhtar, You can list down all the distributions ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
You can try out the following steps Post ...READ MORE
You actually need to make changes to ...READ MORE
Hi@akhtar, The following example updates the origin access ...READ MORE
Hi@akhtar, If you want to return a string, you ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.