diff --git a/blogposts/hosting-static-sites-on-s3.html b/blogposts/hosting-static-sites-on-s3.html deleted file mode 100644 index fe546a7..0000000 --- a/blogposts/hosting-static-sites-on-s3.html +++ /dev/null @@ -1,19 +0,0 @@ - - -
- Hosting static sites on S3 -

- Turns out this was pretty straightforward. The steps are basically: -

    -
  1. decide on a dns name for your static page
  2. -
  3. create an S3 bucket using that name (bullshit.jowj.net)
  4. -
  5. upload at least one file to your bucket
  6. -
  7. change bucket to enable hosting static pages (ensure you set the file you uploaded to be your index)
  8. -
  9. copy fully qualified aws name of endpoint and point cname (bullshit) to that endpoint
  10. -
  11. boom done.
  12. -
-

- 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. -

- - \ No newline at end of file diff --git a/blogposts/testing.md b/blogposts/hostingStaticSitesOnS3.md similarity index 100% rename from blogposts/testing.md rename to blogposts/hostingStaticSitesOnS3.md diff --git a/index.md b/index.md index eb18529..3a786c2 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,3 @@ Josiah Ledbetter I do things with computers and write about them here. -[a relative link](/blogposts/testing.md) \ No newline at end of file +[Hosting Static Sites On S3](/blogposts/testing.md) \ No newline at end of file