Creates a new web distribution in Cloudfront

0 votes

Hi Guys,

I am new to AWS. I have configured AWS CLI in the Windows system. I want to create a new web distribution in Cloudfront. How can I do that?

Nov 2, 2020 in AWS by akhtar
• 38,230 points
484 views

1 answer to this question.

0 votes

Hi@akhtar,

You can create a CloudFront distribution to tell CloudFront where you want the content to be delivered from, and the details about how to track and manage content delivery. You can run the below command to create a distribution.

 $ aws cloudfront create-distribution \
       --origin-domain-name awsexamplebucket.s3.amazonaws.com \
       --default-root-object index.html
answered Nov 2, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer

How to delete a distribution in Cloudfront?

Hi@akhtar, Before you can delete a distribution, you ...READ MORE

answered Nov 2, 2020 in AWS by MD
• 95,440 points
1,661 views
0 votes
1 answer

Creating A New MySQL User In Amazon RDS Environment

AWS RDS security groups documentation (a common ...READ MORE

answered Jul 18, 2018 in AWS by Priyaj
• 58,090 points
1,767 views
+2 votes
1 answer

Notification in AWS when a new target becomes healthy ECS

You could probably use the HealthyHostCount metric to ...READ MORE

answered Aug 23, 2018 in AWS by Priyaj
• 58,090 points

edited Jun 8, 2020 by Sirajul 483 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to creates a new origin access identity in Cloudfront?

Hi@akhtar, If you're using Amazon S3 for your ...READ MORE

answered Nov 2, 2020 in AWS by MD
• 95,440 points
499 views
0 votes
1 answer

Create a new invalidation in Cloudfront.

Hi@akhtar, The CloudFront console allows you to specify ...READ MORE

answered Nov 2, 2020 in AWS by MD
• 95,440 points
543 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP