Skip to content
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

Closed
ghost opened this issue Mar 3, 2020 · 4 comments
Closed

enable_acceleration option in a vpn connection #12237

ghost opened this issue Mar 3, 2020 · 4 comments
Labels
service/ec2 Issues and PRs that pertain to the ec2 service.

Comments

@ghost
Copy link

ghost commented Mar 3, 2020

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
}

  • Terraform v0.11.10
@ghost ghost added the service/ec2 Issues and PRs that pertain to the ec2 service. label Mar 3, 2020
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Mar 3, 2020
@ewbankkit
Copy link
Contributor

@MRinalducci
Copy link

This PR #14740 covers all options.

@bill-rich
Copy link
Contributor

Added in #14740

@ghost
Copy link
Author

ghost commented Jan 16, 2021

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 ghost locked as resolved and limited conversation to collaborators Jan 16, 2021
@breathingdust 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.
Labels
service/ec2 Issues and PRs that pertain to the ec2 service.
Projects
None yet
Development

No branches or pull requests

4 participants