How to Transition AWS Direct Connect and Site-to-Site VPN to IPv6 Quickly?

A company has a hybrid IT setup that includes services that run in an on-premises data center and in the AWS Cloud. The company is using AWS Direct Connect to connect its data center to AWS. The company is using one AWS Site-to-Site VPN connection as backup and requires a backup connectivity option to always be present. The company is transitioning to IPv6 by implementing dual-stack architectures. Which combination of steps will transition the data center's connectivity to AWS in the LEAST amount of time? (Choose two.)

  1. Create a new Site-to-Site VPN tunnel for the IPv6 traffic. Source Reference Answer
  2. Create a new dual-stack Site-to-Site VPN connection between the data center and AWS. Provision routing. Delete the original Site-to-Site VPN connection.
  3. Associate a new dual-stack public VIF with the Direct Connect connection. Migrate the Direct Connect traffic to the new VIF.
  4. Add a new IPv6 peer in the existing VIF. Use the IPv6 address provided by Amazon on the peer router. Source Reference Answer
  5. Send IPv6 traffic between the data center and AWS in a tunnel inside the existing IPv4 tunnels.

Community Votes

AD
100%

100% of anonymous learners picked answer AD. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

This question tests the critical limitation that neither existing Site-to-Site VPN connections nor existing Direct Connect VIFs can be modified to add IPv6 support; both require the creation of new resources (a new VPN tunnel and a new IPv6 peer on the VIF).

To transition an AWS hybrid environment to IPv6 in the least amount of time, you must create a new IPv6 Site-to-Site VPN tunnel and add an IPv6 peer to the existing Direct Connect Virtual Interface (VIF). Existing Site-to-Site VPN connections and VIFs cannot be upgraded to support IPv6 in place.

Candidates often choose Option C, believing they must create a completely new dual-stack VIF and migrate traffic. However, this violates the 'least amount of time' constraint because you can simply add an IPv6 peer to the existing VIF (Option D) rather than building and migrating to a new one.

Community Discussion (10 comments)

tromyunpak 👍 5
AD are correct since a new vpn is needed and a new IPv6 peer can be added to the existing vif BE are wrong - since you cannot add iPv6 to an existing s2s and a s2s cannot be dual stack (https://docs.aws.amazon.com/vpn/latest/s2svpn/ipv4-ipv6.html) C is good but not fulfil the least amount of time requirement
Rollizo 👍 1 Selected: AD
The following rules apply: IPv6 addresses are only supported for the inside IP addresses of the VPN tunnels. The outside tunnel IP addresses for the AWS endpoints are IPv4 addresses, and the public IP address of your customer gateway must be an IPv4 address. Site-to-Site VPN connections on a virtual private gateway do not support IPv6. You cannot enable IPv6 support for an existing Site-to-Site VPN connection. A Site-to-Site VPN connection cannot support both IPv4 and IPv6 traffic. Cannot be B
secdaddy 👍 1 Selected: BD
Not sure why people are saying A as A has only ipv6 and the requirement is for dual-stack. Need B for new dual-stack VPN + D for adding ipv6 to the existing DX vif.
AzureDP900 👍 1 Selected: AD
• Option A: Creating a new Site-to-Site VPN tunnel for IPv6 traffic allows you to gradually transition your connectivity to AWS while still using the existing Direct Connect connection. • Option D: Adding an IPv6 peer to the existing VIF enables you to start sending IPv6 traffic over the existing connection, allowing you to test your dual-stack architecture without disrupting the existing connectivity.
woorkim 👍 1 Selected: AD
cannot enable IPv6 support for an existing Site-to-Site VPN connection.
cas_tori 👍 1 Selected: AD
A and D
cerifyme85 👍 3 Selected: AD
A D is correct.
JoellaLi 👍 2 Selected: AD
A D is correct. Agree with tromyunpak.
Kayceetalks 👍 2
B and C
jinu 👍 3
A and E

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

The question asks for the combination of steps to transition to IPv6 using dual-stack architectures in the LEAST amount of time. The environment consists of an AWS Direct Connect connection and a Site-to-Site VPN connection used as a backup.

Analyzing the Site-to-Site VPN Constraint

According to AWS documentation, you cannot enable IPv6 support for an existing Site-to-Site VPN connection. Because the company requires the backup VPN connection to always be present and needs to support IPv6, the only way to achieve this is to create a brand new Site-to-Site VPN tunnel specifically for IPv6 traffic. This makes Option A correct and invalidates Option B (which suggests creating a dual-stack VPN, which is not supported) and Option E (which suggests tunneling IPv6 inside IPv4, which is not the standard or required AWS approach for this scenario).

Analyzing the Direct Connect Constraint

For AWS Direct Connect, you do not need to create an entirely new Virtual Interface (VIF) to support IPv6. Instead, you can simply add a new IPv6 peer to the existing VIF. This allows the existing connection to handle both IPv4 and IPv6 traffic (dual-stack) without the downtime and configuration overhead of provisioning a new VIF and migrating traffic. This makes Option D the correct choice for the Direct Connect side of the hybrid connection. Option C is incorrect because creating a new dual-stack public VIF and migrating traffic takes significantly more time and effort than simply adding an IPv6 peer to the existing VIF.

Official Reference

Exam Strategy

When an AWS exam question emphasizes 'LEAST amount of time' or 'LEAST operational overhead,' always look for the option that modifies or adds to an existing resource rather than tearing it down and rebuilding it, provided the service supports it.

Related Analysis

Practice All ANS-C01 Questions

Access 137 questions with complete answers and detailed explanations.

View Full ANS-C01 Practice Test →

← Back to ANS-C01 Study Guide