terraform-aws-vpn-gateway icon indicating copy to clipboard operation
terraform-aws-vpn-gateway copied to clipboard

feat: Enable acceleration support

Open james-martinez opened this issue 1 year ago β€’ 3 comments

Description

Added bool var for acceleration support. Added terraform parameter in each vpn resource to reference the var.

An accelerated Site-to-Site VPN connection (accelerated VPN connection) uses AWS Global Accelerator to route traffic from your on-premises network to an AWS edge location that is closest to your customer gateway device. AWS Global Accelerator optimizes the network path, using the congestion-free AWS global network to route traffic to the endpoint that provides the best application performance (for more information, see AWS Global Accelerator).

Motivation and Context

https://docs.aws.amazon.com/vpn/latest/s2svpn/accelerated-vpn.html

Resolves #98

Breaking Changes

No breaking changes

How Has This Been Tested?

  • [x] I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • [x] I have tested and validated these changes using one or more of the provided examples/* projects
  • [x] I have executed pre-commit run -a on my pull request

james-martinez avatar Aug 14 '24 15:08 james-martinez

Please fix the failing CI runs (and docs).

antonbabenko avatar Aug 14 '24 21:08 antonbabenko

Can someone test the example? I don't have an aws account to deploy the example.

Thanks

james-martinez avatar Aug 16 '24 12:08 james-martinez

I have also confirmed thevpn_connection_enable_acceleration = true option is working if someone can merge this.

dmildh-absci avatar Oct 03 '24 18:10 dmildh-absci

Is there anything else needed for this to be reviewed and merged? Having acceleration support would be great.

shmick avatar Dec 20 '24 16:12 shmick

This PR is included in version 4.0.0 :tada:

antonbabenko avatar Dec 20 '24 17:12 antonbabenko

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

github-actions[bot] avatar Mar 30 '25 02:03 github-actions[bot]