Git Product home page Git Product logo

terraformaws's Introduction

Terraform script to create VPC and some related resources

This codebase is targeted for implementing "Scenario 2: VPC with Public and Private Subnets". This is the first part where we will create VPC and its related resources needed to create VPC skeleton.

Does the following-

  • VPC
  • Private subnet
  • Public subnet
  • Internet gateway
  • Route table
  • Route table association for internet gateway with public subnet
  • Public security group
  • Private security group

Rules for public security group

As I am from windows background, the first step that I can consider is to do RDP access to public instances and the access internet from public instance. For this reason, I am adding-

  • inbound RDP access with port 3389
  • outbound internet access with port 80 and 443
  • outbound RDP access with port 3389 (this rule need to connect private servers from public instance)

You can go ahead and implement necessary inbound and outbound rules e.g. you may want to SSH and use post 22

Rules for private security group

Next step what I can consider is to do RDP access to private instances from public instance. For this reason, I am adding-

  • inbound RDP access with port 3389

terraformaws's People

Contributors

anupdg avatar

Watchers

 avatar James Cloos 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.