terraform-aws-vpn-gateway
terraform-aws-vpn-gateway copied to clipboard
feat: Enable acceleration support
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 -aon my pull request
Please fix the failing CI runs (and docs).
Can someone test the example? I don't have an aws account to deploy the example.
Thanks
I have also confirmed thevpn_connection_enable_acceleration = true option is working if someone can merge this.
Is there anything else needed for this to be reviewed and merged? Having acceleration support would be great.
This PR is included in version 4.0.0 :tada:
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.