- 最新
- 投票最多
- 评论最多
Hello,
In the error message, it reads: No bucket 123 is account bootstraps? To resolve this issue you first need to bootstrap your CDK environment to AWS. You have to do this for every environment, so for every Stack that you want to deploy to the Cloud. When the bootstraps operation is run the CDK creates the resources which it needs to perform its operations in the cloud.
Are you able to run a bootstrap again ? In the doc it's written to attempt again with these parameters
--qualifier
and
--bootstrap-bucket-name
to customize resource names if needed.
https://repost.aws/knowledge-center/cdk-customize-bootstrap-cfntoolkit
Thanks for the respond. I tried many times with different parameters you suggested but still received the following error: I also tried to delete the CDKToolkit stack but it seems I don't have the permission (restricted by the cloud quest environment). I wonder if there is anything I can do to fix or it is for aws to fix.
Is there a way to force delete CDKToolkit using Cloud9 (I have no permission to CloudShell)?
相关内容
- AWS 官方已更新 4 个月前
- AWS 官方已更新 4 个月前