From ab25e1c760c298e637e78419ac12f73c2a1ccff6 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 14 Jan 2018 23:11:23 -0600 Subject: [PATCH] testing md vs html --- blogposts/hosting-static-sites-on-s3.html | 19 +++++++++++++++++++ blogposts/testing.md | 16 ++++++++++++++++ index.html | 1 + 3 files changed, 36 insertions(+) create mode 100644 blogposts/hosting-static-sites-on-s3.html create mode 100644 blogposts/testing.md diff --git a/blogposts/hosting-static-sites-on-s3.html b/blogposts/hosting-static-sites-on-s3.html new file mode 100644 index 0000000..fe546a7 --- /dev/null +++ b/blogposts/hosting-static-sites-on-s3.html @@ -0,0 +1,19 @@ + + +
+ 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/testing.md new file mode 100644 index 0000000..428aa4e --- /dev/null +++ b/blogposts/testing.md @@ -0,0 +1,16 @@ +# +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. + + diff --git a/index.html b/index.html index adf9e9f..c485baf 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Josiah Ledbetter

I do things with computers and write about them here. + [a relative link](hosting-static-sites-on-s3.html) \ No newline at end of file