Tyler Sengia

/ tags/ aws

# Re-Bootstrapping a CDK Environment

1 min read

I unwittingly deleted the CdkStack in CloudFormation, but re-running cdk bootstrap again resulted in an error telling me that the S3 bucket used by CDK already existed but wasn’t in my account.

Read