
Answer-first summary for fast verification
Answer: Create the Distribution VPC in custom mode. Use the CIDR range 10.0.0.0/9. Create the necessary subnets, and then peer them via network peering.
To successfully peer the Distribution VPC with the Retail VPC without IP range overlap, the Distribution VPC must be created in custom mode with a non-overlapping CIDR range. The Retail VPC, being in auto mode, uses the 10.128.0.0/9 range. Therefore, the Distribution VPC should use a different range, such as 10.0.0.0/9, to avoid conflicts. This makes option B the correct choice. Options A, C, and D either result in overlapping IP ranges or are not feasible solutions for creating a new VPC network with the required peering configuration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You created an auto-mode VPC network named Retail and need to establish VPC peering with a new network named Distribution.
What configuration should you apply to the Distribution VPC to enable successful peering with the Retail VPC?
A
Create the Distribution VPC in auto mode. Peer both the VPCs via network peering.
B
Create the Distribution VPC in custom mode. Use the CIDR range 10.0.0.0/9. Create the necessary subnets, and then peer them via network peering.
C
Create the Distribution VPC in custom mode. Use the CIDR range 10.128.0.0/9. Create the necessary subnets, and then peer them via network peering.
D
Rename the default VPC as "Distribution" and peer it via network peering.
No comments yet.