Software Alternatives & Reviews

Hosting your blog on AWS

Hexo aws-cli Amazon S3 Amazon CloudFront AWS CloudFormation
  1. 1
    A fast, simple & powerful blog framework, powered by Node.js
    Pricing:
    • Open Source
    When I bootstrapped my first blog, I picked Hexo, it's an open source project, powered by NodeJS. I had a quick look at it, and it ticked all my boxes: Markdown, statically generated pages and a ton of ready-to-use Themes. The statically generated pages will be important later on, so hang in there. Hexo worked great, 10/10 would recommend. The blog is still up today with zero maintenance.

    #Blogging #CMS #Blogging Platform 20 social mentions

  2. Universal Command Line Interface for Amazon Web Services
    Pricing:
    • Open Source
    To upload the website in the public directory to S3, the easy way is to go with the AWS CLI. After installing and configuring the CLI, use following command to upload the website to S3. To get the name of your S3 bucket, head over to the S3 console. You'll see that a new bucket was created by CloudFormation.

    #Developer Tools #Weather Apps #Weather API 8 social mentions

  3. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    For the setup on S3, we'll need 2 resources: AWS S3 and AWS CloudFront. The first is an object store with the option to host static websites, the second is a CDN.

    #Cloud Hosting #Object Storage #Cloud Storage 170 social mentions

  4. Amazon CloudFront is a content delivery web service.
    For the setup on S3, we'll need 2 resources: AWS S3 and AWS CloudFront. The first is an object store with the option to host static websites, the second is a CDN.

    #CDN #Cloud Computing #Content Distribution 67 social mentions

  5. AWS CloudFormation gives developers and systems administrators an easy way to create and manage a...
    Pricing:
    • Open Source
    You might have seen some tutorials on how to set up S3 buckets using the AWS Console. This works fine, but I'm a firm believer of managing your resources with code. I've chosen the native solution of AWS, called AWS CloudFormation. This makes it easier to reproduce the setup if I ever need to tear it down of move it to another account or region. Below is the full CloudFormation template, I've used a framework called Troposphere, a Python library that creates CloudFormation.

    #Continuous Integration #DevOps Tools #Continuous Deployment 113 social mentions

Discuss: Hosting your blog on AWS

Log in or Post with