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

Accelerated Site-to-Site VPN support #11135

Closed
ewbankkit opened this issue Dec 4, 2019 · 5 comments
Closed

Accelerated Site-to-Site VPN support #11135

ewbankkit opened this issue Dec 4, 2019 · 5 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service.

Comments

@ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

We are excited to announce the availability of 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.

New or Affected Resource(s)

Potential Terraform 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
}

References

Announcement.
User guide.

Requires AWS SDK v1.25.46:

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Dec 4, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 4, 2019
@zenvdeluca
Copy link

This optional flag available for transit gateway vpn attachments only is very important, looking forward for terraform support

@bflad bflad added service/ec2 Issues and PRs that pertain to the ec2 service. and removed needs-triage Waiting for first response or review from a maintainer. labels Mar 31, 2020
@LozanoMatheus
Copy link

Is there any update on this? Has a few other options that are not currently supported and it's quite important. In the AWS CLI documentation has all of them.

Note:
Unfortunately, the Go SDK documentation and the EC2 API documentation are out-dated. Usually, I use the Boto3 documentation or the AWS CLI as a guide (I think the Python one is updated because AWS CLI is based on it).

Go doc: https://docs.aws.amazon.com/sdk-for-go/api/service/ec2/#EC2.CreateVpnConnection
EC2 API doc: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpnConnection.html
Boto doc: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html#EC2.Client.create_vpn_connection

Thanks :D

@MRinalducci
Copy link

@LozanoMatheus this PR #14740 covers all of them.

@bill-rich
Copy link
Contributor

Added in #14740

@ghost
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants