aws-eks: aws-auth creation failure takes 1 hour #30452
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p3
Describe the bug
In creation cluster stack, aws-auth creation step was failed and it took 1 hour for fail parent stack.
Error message is below,
(There is no error in Lambda handler log, so I think the aws-auth creation was successful.)
Expected Behavior
If aws-auth creation fails, the parent Stack will also fail immediately.
Current Behavior
If aws-auth creation fails, the parent Stack fail after 1 hour.
Reproduction Steps
I use https://aws-quickstart.github.io/cdk-eks-blueprints/
Possible Solution
I read deployed Lambda handler code, but I cannot find cfn response.
ref. here
Where is cfn response for Python custom resource handlers?
Additional Information/Context
No response
CDK CLI Version
2.137.0 (build bb90b4c)
Framework Version
No response
Node.js Version
v20.14.0
OS
AmazonLinux 2023.3.20240312
Language
TypeScript
Language Version
5.4.3
Other information
No response
The text was updated successfully, but these errors were encountered: