Replies: 3 comments
-
This started happing to us as well, the error message looks like @bkchy metions, but also sometimes we get an "extended" error. This happens intermittently, we're on MacOS, Node v22.13, CDK is version: 2.175.1 (build afe6e87):
|
Beta Was this translation helpful? Give feedback.
-
We just discovered that disabling realtime internet scanning feature of our Sophos Endpoint software (endpoint security solution) seems to make this problem go away. We will monitor it for next couple of days to see if it's sticky but if you have any network filter/proxy enabled in your Mac (Settings -> Network -> VPN & Filters -> Filters & Proxies) then try disabling them to see if the situation improves. |
Beta Was this translation helpful? Give feedback.
-
Right, this could indeed be our AdGuard proxy messing things up. I'll see if things improve, thank you |
Beta Was this translation helpful? Give feedback.
-
Hi,
Recently, a number of people in our development team have been seeing cdk deploy fail with the following error:
If we enable debug logging for Node.js we see that the connection attempt to cloudformation.us-east-1.amazonaws.com is terminating almost immediately:
Interestingly, prior connections to CloudFormation to same address have succeeded in the same execution of the deploy command and the error does not always occur in the same spot. It seems every now and then polling the stack status during the deploy causes this error. We have tried a number things without any success:
--concurrency 1
--max_old_space_size=... --max_semi_space_size=...
Has anyone else run into an issue like this? We have been using AWS CDK on Node.js for almost 6 years now and this is the first time we are seeing this. All our developers are using Macbook with M1 or M2 chip.
Any suggestion for resolution or further diagnostics will be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions