Giter Club home page Giter Club logo

vpc's Introduction

VPC (Virtual Private Cloud)

VPC allows you to customize your networking configuration. VPC is a network that is logically isolated from other network in the cloud. It allows you to have your own IP address range, subnets, internet gateways, NAT gateways and security groups.

➢ VPC is a virtual network of data center inside AWS for one client.

➢ Maximum 5 VPC can be created in one region and 200 subnets in 1 VPC.

➢ We can allocate maximum 5 Elastic IP.

➢ Once we created VPC, DHCP(Dynamic Host Configuration Portal), NACL and security group will automatically created.

➢ A VPC is confined to an AWS region and does not extend between regions.

➢ Once the VPC is created you cannot change its CIDR block range.

➢ If you need a different CIDR size create a new VPC.

➢ The different subnets within a VPC cannot overlap.

VPC Architecture :

architecture-of-vpc vpc4

VPC 1

Components of VPC:

A. CIDR and IP address subnets

B. Implied Router and Routing table

C. Internet Gateway

D. Security Group

E. NACL

F. Virtual Private Gateway

G. Peering Connectors

H. Elastic IP

Types of VPC

VPC is of 2 types:

  1. Default VPC

  2. Custom VPC

1). Default VPC:

➢ Created in each AWS region when an AWS account is created.

➢ Has default CIDR, security group, NACL and route table settings.

➢ Has an internet gateway by default.

2). Custom VPC:

➢ It is a VPC and AWS account owner creates.

➢ AWS user creating the Custom VPC can decide the CIDR.

➢ It has its own default security group, NACL and route tables.

➢ It doesn’t have an internet gateway by default, one needs to be created if needed.

vpc's People

Contributors

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