-
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
enable_acceleration option in a vpn connection #12237
Labels
service/ec2
Issues and PRs that pertain to the ec2 service.
Comments
ghost
mentioned this issue
Mar 3, 2020
github-actions
bot
added
the
needs-triage
Waiting for first response or review from a maintainer.
label
Mar 3, 2020
This PR #14740 covers all options. |
Added in #14740 |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
ghost
locked as resolved and limited conversation to collaborators
Jan 16, 2021
breathingdust
removed
the
needs-triage
Waiting for first response or review from a maintainer.
label
Sep 17, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was originally opened by @Sutharshansharma as hashicorp/terraform#24251. It was migrated here as a result of the provider split. The original body of the issue is below.
enable_acceleration option to use accelerated Site-to-Site VPN which uses AWS Global Accelerator to improve the performance of VPN connections by intelligently routing traffic through the AWS Global Network and AWS edge locations.
Potential configuration
resource "aws_vpn_connection" "example" {
customer_gateway_id = "${aws_customer_gateway.example.id}"
transit_gateway_id = "${aws_ec2_transit_gateway.example.id}"
type = "${aws_customer_gateway.example.type}"
enable_acceleration = true / false
}
The text was updated successfully, but these errors were encountered: