🃏 VPC & Connectivity Flashcards

Test your knowledge of VPC design, Transit Gateway, peering, PrivateLink, and multi-VPC architectures.

Card 1 of 10

Question

What is the maximum number of VPCs that can peer with a single VPC?

Click to reveal answer

Answer

125 peering connections per VPC (soft limit). VPC peering is non-transitive — each pair needs its own connection.

Click to flip back

All VPC & Connectivity Flashcards

1

Q: What is the maximum number of VPCs that can peer with a single VPC?

A: 125 peering connections per VPC (soft limit). VPC peering is non-transitive — each pair needs its own connection.

2

Q: How does Transit Gateway route table isolation work?

A: Create separate route tables for segments (prod/dev). Associate attachments to specific tables. Only propagate routes between tables that should communicate.

3

Q: What is a Transit VIF?

A: A Direct Connect virtual interface that connects to a Transit Gateway via DX Gateway. Enables single DX connection to reach multiple VPCs across regions.

4

Q: What is VPC sharing via RAM?

A: Resource Access Manager shares VPC subnets with other accounts in the same Organization. Workloads in different accounts share the same VPC network.

5

Q: What is the difference between interface and gateway VPC endpoints?

A: Gateway: S3/DynamoDB only, free, route table entry. Interface: ENI-based PrivateLink, most services, cost per hour + data processed.

6

Q: What is Transit Gateway appliance mode?

A: Ensures symmetric routing through a stateful appliance (firewall). Without it, return traffic may use a different AZ path, breaking stateful inspection.

7

Q: What is a Transit Gateway Connect attachment?

A: Native support for SD-WAN appliances using GRE tunnels over VPC attachment. Higher bandwidth (up to 5 Gbps per tunnel) than VPN tunnels.

8

Q: How does PrivateLink differ from VPC peering?

A: PrivateLink is unidirectional (consumer → service), scales to thousands of consumers, and never exposes the provider VPC CIDR to the consumer.

9

Q: What is AWS IPAM?

A: IP Address Manager for planning, tracking, and auditing IP addresses across the organization. Automates CIDR allocation and prevents overlaps.

10

Q: What are secondary CIDRs used for?

A: Extend VPC address space when primary CIDR is exhausted. Can add up to 4 secondary IPv4 CIDRs. Must not overlap with existing CIDRs or peered VPCs.

More ANS-C01 Flashcard Decks