We’re running into issues on Seed with CDK Bootstr...
# help
d
We’re running into issues on Seed with CDK Bootstrap: Its a fresh created AWS account + deployment IAM has admin rights + first deployment to production stage. Anyone who has the same behavior?
Copy code
Waiting for stack CDKToolkit to finish creating or updating...
Call failed: describeStacks({"StackName":"CDKToolkit"}) => Stack with id CDKToolkit does not exist (code=ValidationError)
Stack CDKToolkit does not exist

The environment <aws://XXXXXXXXXXXXXXX/eu-west-1> doesn't have the CDK toolkit stack (CDKToolkit) installed. Use cdk bootstrap "<aws://XXXXXXXXXXXXXXX/eu-west-1>" to setup your environment for use with the toolkit.
f
Hey @Dominik Seibold, are you still having this issue?
Can you go into ur AWS account -> select eu-west-1 region -> CloudFormation console, do you see the
CDKToolkit
stack in there?
d
The CDKToolkit stack was not there. It looked like the seed deployment was not able to create it for the first deployment. At the end we bottstraped cdk manually via the cli. After that everything worked fine. Do you have an idea what the error could be? In the stack what we are deploying is a pinpoint template with a size of 520 Kib - so it need to be stored in S3… Maybe this combination?
Thank you for helping :)
f
@Dominik Seibold thanks for the details.
Hmm.. it doesn’t seem to be an issue with your app. The error comes directly from CDK.
Can you share a link to this build on SEED? Let me see if there’s something I can figure out from the log.
d
f
Thanks @Dominik Seibold, I will get the team to take a look.