• Post category:StudyBullet-11
  • Reading time:4 mins read


Create your own cheap, secure, scalable, and robust AWS-based website

What you will learn

Create and configure an S3 bucket and push content to it using the AWS CLI

Use AWS Route 53 to create a domain (or subdomain) for your site

Create a CloudFront distribution to enable low-latency CDN access

Request and deploy a (free) encryption certificate to ensure secure TLS/SSL access to your site

Create and upload site content using the Hugo static website generator

Description

Building secure static websites on public cloud platforms like AWS can be the solution to many problems: they can cost next to nothing, will pretty much never be unavailable, and can provide a surprisingly wide range of features. The only real downside is that there’s a bit of a learning curve you’ll have to climb to get it done.

In this self-paced course, you’ll learn how to build your own secure and highly-available static website on the Amazon S3 platform. The video demos will show you exactly how every step in the process works and the test-yourself quizzes will ensure you’ve understood and absorbed everything. Naturally, you’re strongly encouraged to dive in to design and deploy a static site for yourself.


Get Instant Notification of New Courses on our Telegram channel.


You’ll also learn how to:

  • Use the popular Hugo static website generator to turn your HTML and other resources into a professional site
  • Generate a free website encryption certificate using AWS Certificate Manager
  • Deploy a global CDN distribution for your site using Amazon CloudFront
  • Automate the deployment of content updates

Whether you’re responsible for sites supporting enterprise-level content stores, or you’re just looking for a way to quickly throw together a simple Hello World project, an S3-based static website might be a perfect match.

English
language

Content

Understanding the Static Website Universe

What the Course Is All About
What’s a Static Website and Why Would You Want One?

Building a Static Website on S3

How It’s Going To Work
Create an S3 Bucket

Optimizing Website Security and Performance

Creating a Route 53 Domain and a CloudFront Distribution
Updating Content

Working With the Hugo Static Site Generator

Getting Hugo Working
Adding Content
Course Summary
Test Yourself

Notes, Links, and Code Snippets

Code Snippets
Notes and Links