-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Site-to-Site VPN Adds Configurability of Security Algorithms and Timer Settings for VPN Tunnels #9980
Comments
Especially need the option to specify IKEv2. |
Any updates on this ? IKEv2 will be very helpful. |
Eagerly waiting for ikev2, any approx timeline for this ? |
Just found that by default AWS VPN tunnel covers both IKEv1/IKEv2. We don't need to mention it explicitly. Though in AWS downloaded config it might show only ikev1 but it's enabled for ikev2 as well. But it can be security issue to enable IKEv1 and AES-128, so it would be better to have above config so we can precisely mention the requirements. |
This would be definitely a great addition. @brandonstevens, if possible could you also add support for these timer settings, please?
Thanks in advance! |
See also #11584, which has a pending PR. |
@brandonstevens I believe this is fixed in the latest provider version, if you want to review and close. |
This looks to have been closed in #11584 🚀 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
While creating VPN connections, you can now specify the security algorithms allowed for your tunnels and the timer settings proposed during negotiation by tunnel endpoints on the AWS side.
New or Affected Resource(s)
aws_vpn_connection
Potential Terraform Configuration
References
Requires:
The text was updated successfully, but these errors were encountered: