Coder Social home page Coder Social logo

aws-iac-starter's Introduction

aws-iac-starter

Starter template for an AWS project

This template include the basic networking setup for an AWS project using terraform for IaC. The project includes .tfvar files for running different environments. The resources created are free and should not result in any charges by AWS.

Usage

  1. Clone the repo
  2. Update values in envs/dev.tfvars and add additional envs with env.tfvars naming convention
  3. Run terraform plan --var-file=envs/dev.tfvars (or whichever env you wish to run)

Gotchas

A new workspace should be created for each env. It is easy to forget to switch workspaces and because of this you should use something like Jenkins to handle builds. (You should be doing this anyway...)

Resources

This project includes one large VPC to house all of your resources.

Within this VPC, there exists 4 subnets, 2 are private and 2 are public. A public and private subnet pair is located in AZ 1 and another pair is located in AZ 2. The public subnets contain a route table directing outbound traffic to an internet gateway.

aws-iac-starter's People

Contributors

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