How to build a custom VPC?

devquora
devquora

Posted On: Feb 22, 2018

 

In order to build a custom VPC, the following steps must be followed:
  • Create a Virtual Private Cloud
  • Then create Subnets
  • Further create an Internet Gateway
  • Attach this new Gateway to your VPC
  • Create a new Route Table
  • Add the gateway as a route to the new route table
  • Add a subnet to the route table’s subnet association
  • Create a web server for public subnet and a database server for the private subnet
  • Create a new security group for the NAT
  • Add HTTP and HTTPS inbound rules that let in traffic from the private subnets IP
  • Create a NAT for public subnet
  • Create an elastic IP
  • Associate this IP to the NAT
  • Disable destination/source checks for the NAT
  •  Add NAT to the initial VPC route table as a route.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    AWS VPC Interview Questions

    What is AWS VPC ?

    AWS VPC better known as Amazon Virtual Private Cloud lets you furnish a logically left out department of the Amazon Web..

    AWS VPC Interview Questions

    How to connect My VPC to the Internet?

    It is good news that Amazon VPC enables the creation of an Internet gateway. This allows Amazon EC2 occurrences in the..

    AWS VPC Interview Questions

    What are the elements of Amazon Virtual Private Cloud?

    The Amazon VPC contains various elements: VPC- a logically secluded virtual network in the Amazon Web Services cloud. Y..