Git Product home page Git Product logo

cloudfront-origin-access-identity's Introduction

CloudFront distribution with S3 origin and Origin Access Identity

This project includes a template/cloudfront-oai.template which creates an Origin Access Identity that can be used to protect s3 buckets from direct public access so that requests only go through CloudFront. You can embed it in any of your stacks and then just reference the output values as:

Fn::GetAtt: [CloudFrontOAI, Outputs.OriginAccessId]
Fn::GetAtt: [CloudFrontOAI, Outputs.S3CanonicalUserId]

The template/demo-stack.template stack creates a CloudFront distribution with S3 bucket (also creates the s3 bucket) as origin based off 3 simple parameters as provided in parameters/demo-stack.json

[
  {
    "ParameterKey": "CloudFrontAccessLogBucket",
    "ParameterValue": "example-com-infra-logs"
  },
  {
    "ParameterKey": "OriginBucketName",
    "ParameterValue": "cdn.example.com"
  },
  {
    "ParameterKey": "CloudFrontAliases",
    "ParameterValue": "cdn.example.com"
  }
]

Please keep in mind that the templates contain references to local paths so they have to be used with aws cloudformation package/deploy

Attached you have a Makefile that can do all that for you, just make sure that the BUCKET_NAME you specify exists so that the resources can be uploaded.

make BUCKET_NAME=cloudformation-resources STACK_NAME=demo-stack deploy

Prerequisites

  • jq version >=1.4
  • awscli version >=1.11.36

cloudfront-origin-access-identity's People

Contributors

gergo-dryrun avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.