Git Product home page Git Product logo

aws-vpc-modules's Introduction

AWS-VPC-Modules

Terraform module provide us with the ease of reusablity of resources. The modules here are capable for permforming the following functions:

  1. Create a VPC in the provided CIDR block.
  2. Create an internet gateway for the public subnets and attach it to the VPC.
  3. Create Public subnets, one for each availability zone in the region.
  4. Create Private subnets, one for each availability zone in the region.
  5. Create an Elastic IP and attach it to NAT Gateway.
  6. Create a public route table with route for public access through Internet gateway for the VPC.
  7. Create a private Route Table with route for public access through NAT gateway.
  8. Association of public route table with public subnets.
  9. Association of private route table with private subnets.

For the terraform configurations for the same, please visit: Reuse-Configuration-Using-Terraform-Modules

Use the following command to clone the repository:

git clone https://github.com/sreehariskumar/AWS-VPC-Modules/

aws-vpc-modules's People

Contributors

sreehariskumar avatar sree12inkerala 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.