Recall & Review
beginner
What is VPC peering in AWS?
VPC peering is a way to connect two Virtual Private Clouds (VPCs) so they can communicate with each other privately using private IP addresses, like two houses connected by a private road.
Click to reveal answer
intermediate
Can VPC peering connect VPCs across different AWS regions?
Yes, AWS supports inter-region VPC peering, allowing VPCs in different regions to connect securely and privately.
Click to reveal answer
intermediate
Does VPC peering allow transitive routing between VPCs?
No, VPC peering does not support transitive routing. If VPC A is peered with VPC B, and VPC B is peered with VPC C, VPC A cannot communicate with VPC C through VPC B.
Click to reveal answer
beginner
What must you update to allow traffic between peered VPCs?
You must update the route tables in each VPC to include routes pointing to the peered VPC's CIDR block, so traffic knows where to go.
Click to reveal answer
beginner
Is VPC peering a managed AWS service or does it require VPN or internet gateways?
VPC peering is a managed AWS service that creates a private connection between VPCs without needing VPNs, internet gateways, or physical hardware.
Click to reveal answer
What does VPC peering allow you to do?
✗ Incorrect
VPC peering connects two VPCs privately using private IP addresses.
Which of the following is NOT true about VPC peering?
✗ Incorrect
VPC peering does NOT support transitive routing.
To allow communication between peered VPCs, you must:
✗ Incorrect
Route tables must be updated to direct traffic to the peered VPC.
Can VPC peering connect VPCs in different AWS accounts?
✗ Incorrect
VPC peering supports connections across different AWS accounts.
Which AWS service is required to create a VPC peering connection?
✗ Incorrect
VPC peering is a feature of Amazon VPC.
Explain what VPC peering is and how it helps connect two VPCs.
Think of it as a private road between two neighborhoods.
You got /4 concepts.
Describe the limitations of VPC peering, especially about routing and transitive connections.
Imagine direct roads only, no shortcuts through other neighborhoods.
You got /3 concepts.