Giter Site home page Giter Site logo

psawsvpcop's Introduction

psawsvpcop

#####3 ######starting wizard for 10.0.0.0/16 first2=network address, last2 = device address.
######3 vpc are per region.
IP CIDR 10.1.0.0/16
public 10.1.0.0/24
Availability Zone:us-east-1a

private 10.1.1.0/24
Availability Zone:us-east-1a(same)

instance type: m1.small ######6 Revireing your vpc vpc->subnets->choose public subnet->subnet actions->modify aa public IP->enable

#####4 ######5build two subnets 10.0.0.0/16--10.0.1.0/24(pub)--10.0.2.0/24(pri)(same az us-east-1)

#####5 ######3 create a new route table for public subnet: add destination 0.0.0.0/0, target=igw
######8 add NAT instance search NAT HVM in marketplace(community ami)
create security group: add HTTP, port80,source CustomIP, address=private(10.0.2.0/24)
add HTTPS, port443,source CustomIP, address=private(10.0.2.0/24)
create a route table for private subnet, add a route, 0.0.0.0/0, target=nat instance #####6 ######4 implementing secirity groups(stateful) create->port2375 source=10.0.2.0/24 (connect to nat instance)
change security groups in EC2->network instance ######5 NACL explicit DENY explicit ALLOW stateless
one NACL per subnet. rule processing stops upon match.20 rules per NACL
######6 when creating a vpc,a nacl will be created

#####8 ######2 vpc peering Two vpc must be in same region. Do not overlap CIDR blocks.Ex
vpc1:cidr 10.0.0.0/16
vpc2:cidr 172.1.0.0/16 ######3 update routing table (1:20) Add to first VPC's public subnet. destination:vpc2CIDR target: pcx Add to second VPC's public subnet. destination:vpc1CIDR target: pcx

#####9 ######4 configuring aws vpn customer gateways->create->routing(static)->ip address
create vpG->attach to vpc 10.0.0.0/16
vpn connections->routing options(static)->static ip prefixes(10.1.0.0/16)

psawsvpcop's People

Contributors

rengokantai avatar

Watchers

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