Bird
0
0

Given two VPCs with CIDR blocks 10.0.0.0/16 and 10.1.0.0/16, after creating a peering connection and updating route tables correctly, what will happen if an instance in 10.0.0.0/16 tries to ping an instance in 10.1.0.0/16?

medium📝 Predict Output Q4 of 15
AWS - VPC Fundamentals
Given two VPCs with CIDR blocks 10.0.0.0/16 and 10.1.0.0/16, after creating a peering connection and updating route tables correctly, what will happen if an instance in 10.0.0.0/16 tries to ping an instance in 10.1.0.0/16?
AThe ping will fail because VPC peering blocks ICMP
BThe ping will succeed if security groups allow ICMP traffic
CThe ping will fail due to overlapping CIDR blocks
DThe ping will succeed without any security group changes
Step-by-Step Solution
Solution:
  1. Step 1: Confirm route and CIDR compatibility

    The CIDR blocks do not overlap, and route tables are updated for peering.
  2. Step 2: Consider security group rules

    Security groups must allow ICMP traffic for ping to succeed across VPCs.
  3. Final Answer:

    The ping will succeed if security groups allow ICMP traffic -> Option B
  4. Quick Check:

    Security groups control ICMP, peering allows routing [OK]
Quick Trick: Peering routes traffic; security groups allow protocols [OK]
Common Mistakes:
  • Assuming peering blocks ICMP by default
  • Ignoring security group rules
  • Confusing overlapping CIDR blocks

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes