ANS-C01 · Question #251
A company is migrating its on-premises network from its data center in Virginia to its data center in New York. The AWS Direct Connect connections for the Virginia and New York data center locations…
The correct answer is B. Create a new private VIF on the new Direct Connect hosted connection. Attach the new private. Explanation Option B is correct because it follows a non-disruptive migration strategy: by creating a new private VIF on the new Direct Connect hosted connection and attaching it to the existing Direct Connect gateway before removing the old VIF, traffic can seamlessly shift to…
Question
A company is migrating its on-premises network from its data center in Virginia to its data center in New York. The AWS Direct Connect connections for the Virginia and New York data center locations are both associated to the us-east-1 Region. The company needs to migrate a private VIF on an existing Direct Connect hosted connection from Virginia to New York. The company's on-premises network uses the connection to access VPCs through a Direct Connect gateway in us-east-1. The company has already requested a new Direct Connect hosted connection from the new data center to the New York Direct Connect location. Which solution will meet these requirements with the LEAST downtime?
Options
- ACreate a new private VIF on the new Direct Connect hosted connection. Create a new Direct
- BCreate a new private VIF on the new Direct Connect hosted connection. Attach the new private
- CDuring a maintenance window, migrate the existing private VIF to the new Direct Connect hosted
- DDuring a maintenance window, delete the existing private VIF and create a new private VIF to the
How the community answered
(37 responses)- A11% (4)
- B62% (23)
- C22% (8)
- D5% (2)
Explanation
Explanation
Option B is correct because it follows a non-disruptive migration strategy: by creating a new private VIF on the new Direct Connect hosted connection and attaching it to the existing Direct Connect gateway before removing the old VIF, traffic can seamlessly shift to the new connection without a service interruption - the existing VIF remains active until the new one is fully functional and verified.
Why the distractors are wrong:
- Option A is likely incorrect because it involves creating a new Direct Connect gateway rather than reusing the existing one, which adds unnecessary complexity and would disrupt existing VPC associations, causing downtime.
- Option C is wrong because "migrating" an existing private VIF during a maintenance window implies a cutover with planned downtime, rather than a parallel build-and-switch approach.
- Option D is wrong because it explicitly deletes the existing VIF before the new one is operational, guaranteeing a period of complete connectivity loss.
Memory Tip: Think of this like a bridge replacement - you always build the new bridge before demolishing the old one. In AWS networking, always create-then-cutover, never delete-then-create, when minimizing downtime is the goal. The key phrase "LEAST downtime" should signal a parallel provisioning strategy.
Topics
Community Discussion
No community discussion yet for this question.