| 1. |
What Is Vpc? |
|
Answer» A virtual private cloud (VPC) is a virtual NETWORK dedicated to your AWS account. You can CONFIGURE or create your VPC as per requirement like select region, create subnets (IP- CIDR), configure route tables, security groups, Internet gateway etc to your AWS account By which you can launch your AWS RESOURCES, such as Amazon EC2, RDS instances etc, into your VPC. So basically you can say that Amazon VPC is the NETWORKING layer for AWS Infrastructure. A virtual private cloud (VPC) is a virtual network dedicated to your AWS account. You can configure or create your VPC as per requirement like select region, create subnets (IP- CIDR), configure route tables, security groups, Internet gateway etc to your AWS account By which you can launch your AWS resources, such as Amazon EC2, RDS instances etc, into your VPC. So basically you can say that Amazon VPC is the networking layer for AWS Infrastructure. |
|