Closed ckamps closed 2 months ago
We are testing fix in our environment currently. This will be pushed in upcoming release.
Note that #116 and this issue refer to different sections of code. #116 focuses on propagation whereas this issue is focused on association. It's not clear to me how a fix for #116 relates to the issue described above.
Apologies for the confusion.
Both fixes are currently being tested in our environment. We plan to address them in upcoming release.
@ckamps would it be possible for you to try out the changes in the referenced PR in your environment and confirm if it resolves the issue for you.
Describe the bug
The following exception occurred in the
Associate TGW Route Table
step of one of three state machine executions after three subnets were created and to which theAttach-to-tgw
tag was added. Since the other two executions for two of the three subnets were successful, the TGW attachment was successfully associated with the TGW route table of interest.The code appears to be in
def associate_transit_gateway_route_table(self)
:Perhaps inspection of the response object should be performed before attempting to get the association state.
To Reproduce
Unclear since the behavior is inconsistent.
Expected behavior
The code should not assume that the EC2 API call is always successful.
Please complete the following information about the solution:
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0058) - The AWS CloudFormation template. Version v1.0.0".
Screenshots If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
Additional context Add any other context about the problem here.