skip to main content

Welcome to allowed.cloud

I'm compiling a list of what's allowed in the cloud. Plus sharing thoughts on web development, security, Linux, and life.

4 things allowed in the cloud

  1. New!

    Invalidate CloudFront Cache for Static Website
    Trashing the cache ensures edge locations have the latest after a fresh commit

    #beginner

    #cloudfront

  2. New!

    Add an Alternate Domain Name to a CloudFront Distribution
    CloudFront allows the use an alternate domain so you don’t have to use the assigned distribution domain name.

    #beginner

    #s3

    #cloudfront

  3. New!

    Deploy a Static Website on S3 to Cloudfront
    Let’s look at the why and how of throwing your website onto Cloudfront

    #beginner

    #s3

    #cloudfront

  4. New!

    Sync a Github Repository to an S3 Bucket
    Create and configure an S3 bucket for static website hosting. Have Github build your static site and sync the output to the S3 bucket.

    #beginner

    #github

    #s3