-
Notifications
You must be signed in to change notification settings - Fork 397
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
New modules: Transit Gateway VPC attachments #1004
New modules: Transit Gateway VPC attachments #1004
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
recheck |
@gravesm - I can't reproduce the failure in my local account, is there any chance you could take a look and see if something's blocked in the logs? |
Sure, I'll see if I can figure out what's going on. |
For what it's worth: I have tried the branched code and it works for me. Being able to actually attach a transit gateway to a VPC is an essential task to make use of Transit Gateways. |
Thanks for trying that out, I suspect Amazon's doing something 'clever' behind the scenes. The CI account is relatively restricted so there's probably a missing permission that's not being exposed, possibly even one that's only needed the very first time you attach a VPC (Amazon does some interesting things behind the scenes in a few places) |
I can see the attachment gets created, but it just sits in the pending state for a while and then eventually moves to failed. There's nowhere I can find that provides any information on why it failed. I'll keep poking around at it, but if you have any suggestions as to where to look for more info on why it failed, I'd be interested in hearing them. |
Enable service-linked role and add terminator classes for VPC transit gateways. Related to: ansible-collections/community.aws#1004
recheck |
SUMMARY
Adds support for EC2 Transit Gateway VPC attachments
Does not support accepting / rejecting attachments at this time.
ISSUE TYPE
COMPONENT NAME
ec2_transit_gateway_vpc_attachment
ec2_transit_gateway_vpc_attachment_info
ADDITIONAL INFORMATION