You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jowj.github.io/_posts/2019-04-15-hosting_static_s...

19 lines
663 B

---
title: Hosting static sites on S3
categories: projects
---
# Hosting static sites on S3
Turns out this was pretty straightforward. The steps are basically:
* decide on a dns name for your static page
* create an S3 bucket using that name (bullshit.jowj.net)
* upload at least one file to your bucket
* change bucket to enable hosting static pages (ensure you set the file you uploaded to be your index)
* copy fully qied aws name of endpoint and point cname (bullshit) to that endpoint
* boom done.
I'd had this as a "thing to do" for forever, but I guess I thought it'd be more involved. this was just really straight forward.