VPC subnets Flashcards
At what level are VPC subnets resilient?
At AZ level
What happens to the VPC subnet if an AZ fails?
The subnet and services also fail.
How many subnets per AZ can you have?
0 or more
Can a subset CIDR range of the VPC overlap with any other subnet in that VPC?
No, it can’t overlap with any other subnets in that VPC
Can you allocate an IPv6 CIDR block to a subnet?
Yes, but the VPC needs to be enabled for IPv6 beforehand.
Can subnets in the same VPC communicate with each other by default?
Yes, isolation happens at the perimeter of the VPC
How many reserved addresses exist in a VPC subnet?
5:
- VPC + 0: represents the network
- VPC + 1: VPC router
- VPC + 2: DNS
- VPC + 3: reserved for future AWS use
- Last IP in subnet: broadcast address.
Is the broadcast address ever used by the VPC?
No.
Where is DHCP configured in VPC?
In the VPC and it flows to all the subnets.
What is DHCP?
Dynamic host control protocol. It is how computing devices receive IP addresses automatically.
Can the DHCP options set be changed after configuration?
No, if you want to change the settings:
- You have to create a new one
- Change the VPC allocation to the new one
- Delete the old one
What does IP allocation options allow you to do?
- Auto-assign public IPv4 addresses
2. Auto-assign IPv6 addresses - for this, VPC and subnet needs an allocation of IPv6 addresses beforehand