You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to deploy any service via AWS service broker (I've tried a Kubernetes and Tanzu Application Service, result is the same).
CloudFormation stack goes fine until the creation of two custom resources: AWSSBInjectedGetCidrs and AWSSBInjectedGetAzs.
Then they just hang for a very long time until the timeout error.
To Reproduce
Try to deploy any service via AWS service broker.
Expected behavior
Service is successfully deployed by AWS service broker.
Screenshots
Environment (please complete the following information):
Cloudformation will wait for Custom Resource lambdas to respond with cfnresponse.status_code. I am guessing, your lambda is failing for some reason and unable to send status back to CFN stack. I would suggest to look into error logs in cloudwatch log streams for these lambda's. Make sure that role which is being used to run custom lambda's has appropriate IAM permission to log into cloudwatch.
Describe the bug
I am trying to deploy any service via AWS service broker (I've tried a Kubernetes and Tanzu Application Service, result is the same).
CloudFormation stack goes fine until the creation of two custom resources: AWSSBInjectedGetCidrs and AWSSBInjectedGetAzs.
Then they just hang for a very long time until the timeout error.
To Reproduce
Try to deploy any service via AWS service broker.
Expected behavior
Service is successfully deployed by AWS service broker.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: