0
0
AWScloud~5 mins

VPC peering concept in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AConnect two VPCs privately using private IP addresses
BConnect a VPC to the internet
CCreate a VPN connection to on-premises network
DShare public IP addresses between VPCs
Which of the following is NOT true about VPC peering?
AIt supports transitive routing between peered VPCs
BIt requires updating route tables to enable traffic
CIt can connect VPCs in different AWS regions
DIt does not require VPN or internet gateways
To allow communication between peered VPCs, you must:
ASet up a VPN connection
BCreate an internet gateway
CUpdate route tables with peered VPC CIDR blocks
DAssign public IP addresses
Can VPC peering connect VPCs in different AWS accounts?
AOnly if using VPN connections
BNo, only VPCs in the same account can be peered
COnly if both accounts are in the same region
DYes, VPC peering can connect VPCs across accounts
Which AWS service is required to create a VPC peering connection?
AAWS Direct Connect
BAmazon VPC
CAWS VPN
DAmazon Route 53
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.