Closed bblommers closed 2 months ago
Thanks for the report @bblommers, could you clarify if the returned exeception is coming from the live ELBv2 service or is this being generated from moto (or another 3p implementation)? I'm taking a look into the issue but there seems to data suggesting the AWS service was not previously returning LoadBalancerNotFound
.
Hi @nateprewitt, that is coming from the live ELBv2 service.
I did indeed first notice it while using Moto, but was able to reproduce it against AWS.
Ok, thanks for the quick response. I'm taking a look at what's happening with the service, this change went out to all AWS SDKs on Monday. I'll follow up as soon as we have more information.
Hi @bblommers, wanted to follow up that this should be fixed in https://github.com/boto/botocore/commit/828be0de750a2ec8fbd429b55380953b81d836b1#diff-898e5d7a1a88b482c13dfb8a9a0ded7f577101ff9f256427f9e24bcc82fa8f63 with today's release of 1.35.18.
There was some miscommunication between the service team and the Javascript SDK that led to the regression. We should be putting in place better controls to handle this going forward. Thanks for your patience!
I'll close this out tomorrow if we don't hear back on any further issues you're seeing.
Can confirm this is fixed in 1.35.18
. Thank you for the quick resolution @nateprewitt!
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Describe the bug
With
botocore 1.15.35
, the following code fails:Expected Behavior
The same test passes against
botocore==1.35.14
, so I would expect this to continue working.Current Behavior
Reproduction Steps
Self-contained test:
Note that this reproduces the problem with an unknown ARN, but it is the same for a LoadBalancer that used to exist, but has just been deleted.
Possible Solution
This commit changes the expected error code, but (as can be seen in the attached test), the error code that AWS sends is not been changed.
https://github.com/boto/botocore/commit/d6d8e1a5db7234625a9f16d48e1f51c232666846#diff-898e5d7a1a88b482c13dfb8a9a0ded7f577101ff9f256427f9e24bcc82fa8f63
Additional Information/Context
No response
SDK version used
1.35.15
Environment details (OS name and version, etc.)
Ubuntu