From the course: Learning Static Site Building with Hugo

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Set up Amazon S3

Set up Amazon S3

From the course: Learning Static Site Building with Hugo

Start my 1-month free trial

Set up Amazon S3

- [Narrator] Amazon S3 is a cloud storage service that's part of Amazon Web Services or AWS. You'll use S3 to store your built site files, which will then be distributed by Amazon CloudFront. To get started, go to console.aws.amazon.com. If you've never used AWS, create an account using your email address. Once you've signed in search for S3 or click the services menu at the top. Now we need to create a bucket. For the bucket name I'm going to pick awesomestaticsites.com, which is the domain name I bought. The bucket name can be anything you want. We'll keep the region as U.S. East, the region doesn't really matter because we'll have CloudFront distribute the files everywhere. Now I'll click next, and next again. It's important that I pick grant public read access to this bucket, otherwise these files will be private. And next again, and I'll create the bucket. Once the bucket is created I'll click on it and then go to the properties tab. On the static website hosting card, I'll click…

Contents