-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The stack named CDKToolkit failed to deploy: CREATE_FAILED (Deployment failed) #57
Comments
Thanks for reporting @pupeno . This issue seems to be similar to #56 . Looks like this is an issue with the CloudFormation deployment in LocalStack itself, unrelated to the cdklocal script. For these types of issues, please check out our main Github repo instead: https://github.com/localstack/localstack . (However, please note that you appear to be using some advanced features like ECR repositories, which are currently only available in the Pro version of LocalStack.) Thanks! |
I think this relates to aws-cdk version 2. Repro:
See localstack docker logs:
See localstack docker logs:
Problem Localstack Free version doesn't support ECR so you must upgrade to Pro-version if you want to use aws-cdk@2 Workaround for Free version Use aws-sdk version 1
🎉 |
Community now also adds a (non-functional) ECR repository so bootstrapping should now work for both Community and PRO. |
It still doesn't seem to be working for me. I've tried using all the localstack versions starting from v0.14.2, but none seem to be able to run the example that @terokaisti made.
|
There are a few bugs opened around this error, but they all seem to be older and for previous versions. In my case, I'm running
cdklocal bootstrap
and this is the result:The log from the Docker container is:
My versions:
Thank you.
The text was updated successfully, but these errors were encountered: