Code Monkey home page Code Monkey logo

aws-cfn-examples's Introduction

AWS-CFN-Examples

Example CloudFormation Templates

Description

Various CloudFormation templates to handle routine AWS tasks and also achieve specific tasks. Most of these templates are standalone, though you will find that many depend on each other in subtle ways. For example, most of our scripts expect a VPC to already exist in another stack. Many people create their VPCs by hand rather than in a stack. The templates are easily modified to fit whatever your scheme is.

Security

  • iam-password-policy Uses a custom resource to create an IAM Password Policy via CloudFormation.

Network

  • main-vpc The VPC script creates a basic VPC with 3 public, 3 app (private) and 3 DB subnets. The public subnets each have a NAT gateway. A common route table is used to route public traffic to the Internet gateway. The app and DB subnets each share one route table per AZ, routing traffic out the respective NAT gateways. This design yields a simple 3 AZ setup ready for use in most scenarios, with properly configured networking.

Packer

  • packer Creates an instance that can build AMIs using Hashicorp Packer, with the correct IAM role.

WordPress

  • wordpress-with-efs-and-cloudfront Creates the foundation for a WordPress site sitting behind CloudFront, an ELB and an ASG. This is suitable for high availability, using EFS to share files across multiple instances within the ASG.

aws-cfn-examples's People

Contributors

cdaniluk 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.