Amazon Virtual Private Cloud Tutorial (VPC) Part 1 | AWS Tutorial For Beginners | Cloud Guru
This Amazon VPC tutorial will give an overview of AWS VPC along with demo on how to create a custom VPC. Amazon Virtual Private Cloud (VPC) is a commercial cloud computing service that provides users a virtual private cloud, by “provisioning a logically isolated section of Amazon Web Services (AWS) Cloud”. Enterprise customers are able to access the Amazon Elastic Compute Cloud (EC2) over an IPsec based virtual private network. Unlike traditional EC2 instances which are allocated internal and external IP numbers by Amazon, the customer can assign IP numbers of their choosing from one or more subnets. By giving the user the option of selecting which AWS resources are public facing and which are not, VPC provides much more granular control over security.
# AWS Virtual Private Cloud (VPC)
# Public and Private Subnets
# VPC configuration
# VPC Peering
# AWS VPC best practices
# Route Tables – Main and Custom
# Internet Gateway
# NAT Gateway
# Amazon EC2 Instance creation
# VPC in AWS
# AWS VPC pricing
Amazon Virtual Private Cloud (VPC) is a commercial cloud computing service that provides users a virtual private cloud, by “provisioning a logically isolated section of Amazon Web Services (AWS) Cloud”. Enterprise customers are able to access the Amazon Elastic Compute Cloud (EC2) over an IPsec based virtual private network. Unlike traditional EC2 instances which are allocated internal and external IP numbers by Amazon, the customer can assign IP numbers of their choosing from one or more subnets. By giving the user the option of selecting which AWS resources are public facing and which are not, VPC provides much more granular control over security.
#amazonvpc
Written by admin