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

Create route with VPC endpoint as destination not working #6301

Closed
kunalvudathu opened this issue May 9, 2023 · 6 comments · Fixed by #6316
Closed

Create route with VPC endpoint as destination not working #6301

kunalvudathu opened this issue May 9, 2023 · 6 comments · Fixed by #6316

Comments

@kunalvudathu
Copy link

kunalvudathu commented May 9, 2023

When I try to create a route containing VPC endpoint as destination, the route gets created but the response doesn't contain the vpce id

code to create:
ec2_client.create_route(DestinationCidrBlock=dest_cidr, VpcEndpointId=dest_resource_id, RouteTableId=rtb_id)

Output as seen here doesn't contain vpce-id but does contain destination cidr:
image

Thank you so much!

@rafcio19
Copy link
Contributor

rafcio19 commented May 9, 2023

@bblommers I can take a look

@kunalvudathu
Copy link
Author

Thank you so much!

@kunalvudathu
Copy link
Author

Unlike issue, Just wanted to add that tested with latest moto version, 4.1.9, this bug still exists

@kunalvudathu
Copy link
Author

Thank you! just curious, when will 4.1.10 be released? also, what dev version can i get access to this feature?

@bblommers
Copy link
Collaborator

There is no date set for 4.1.10 yet @kunalvudathu - probably in about a week or so. The dev-release for this particular feature failed for some reason, but it should be part of moto>=4.1.10.dev16.

@bblommers
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants