Categories
  • Development 10
  • News 4
  • Thoughts 5
  • Tutorials 3
  • Reviews 2
Will Dages
  • Posts
  • OMGBOTS
  • Projects
  • Categories
  • Hosting a static website on AWS (with SSL)

    By combining four AWS services (S3, CloudFront, Route53, and CertificateManager), it's possible to host a static website that is performant and scalable for less than a dollar a month (depending on your traffic*).

    S3 will host the files for the website, CloudFront will add some performance by caching the files at locations all around the world , and CertificateManager will give us a free SSL certificate. Route53 will let us put all these services behind the nice domain name we've purchased.

    Watch this free new tutorial series to learn how to set up each piece. It assumes you've already created an account with AWS, and have a site that is made of only static files (html, css, javascript, images) — you can't run PHP or any server-side languages with this setup.

    Part 1 is up now, introducing the project as a whole. This post will be updated as new parts are added.

    * Check out the pricing pages for each service to estimate your cost based on the size of your site files: S3, CloudFront, Route53.

    Posted on September 15, 2016 by Will Dages.
  • Introducing SOUS ALL THE VIDES!

  • Introducing OMGBOTS

  • Review: #AskGaryVee Audiobook

  • How to make the web better

  • Think For Yourself and Do What's Right

  • Coin: the product that had to be perfect

  • Weapons of Mass Creation

  • I'm sticking with Pebble for now

  • The Texting Tree

  • Getting Started with iBeacon: A Swift Tutorial

  • Nearables: Why a global lost-and-found network is finally viable

  • What is iBeacon? A simple explanation

  • SXSW Proposal: iBeacons Beyond Retail

  • Untaylored Search: A Swift Language Chrome Extension

← Previous
© 2023 Will Dages. All rights reserved.
  • Twitter
  • GitHub
  • RSS