What are the elements of Amazon Virtual Private Cloud?

devquora
devquora

Posted On: Feb 22, 2018

 

The Amazon VPC contains various elements:
  • VPC- a logically secluded virtual network in the Amazon Web Services cloud. You only need to define a Virtual Private Cloud’s IP address space from the range that you select
  • Internet Gateway- Internet Gateway is the Amazon VPC’s side of a connection to the public internet
  • Subnet- Subnet is a part of cloud’s IP address space from the range that you select
  • NAT Gateway- A highly available and managed NAT service for your resources in a private subnet to use the internet
  • Virtual Private Gateway- This is the Amazon VPC’s side of a VPN connection
  • Customer Gateway- It is the user’s side of a VPN connection
  • Router- Routers interconnect subnets and the direct traffic between Virtual Private Gateways, Internet Gateways, NAT gateways as well as subnets.

    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

    How to build a custom VPC?

    In order to build a custom VPC, the following steps must be followed: Create a Virtual Private Cloud Then create Subnet..