Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 3 : VPC IN AWS - Coggle Diagram
Chapter 3 : VPC IN AWS
WHAT IS VPC
A virtual private cloud (VPC) is a virtual network dedicated to your AWS account. ... You can specify an IP address range for the VPC, add subnets, associate security groups, and configure route tables. A subnet is a range of IP addresses in your VPC. You can launch AWS resources into a specified subnet.
Describe CIDR Block
1) Secondary CIDR Block
Similar to the primary CIDR block, secondary CIDR blocks are also supported by all the AWS services including Elastic Load Balancing and NAT Gateway. This feature has two key benefits. First, customers, who are launching more and more resources in their VPCs, can now scale up their VPCs on-demand.
2) IPV6 CIDR Blocks
Create a nondefault VPC with an IPv6 CIDR block and a single public subnet. Subnets enable you to group instances based on your security and operational needs. A public subnet is a subnet that has access to the internet through an internet gateway.
-
-