To avoid unexpected charges to your account, make sure you clean up your CDK stack.
You can either delete the stack through the AWS CloudFormation console or use cdk destroy:
cdk destroy
You’ll be asked:
Are you sure you want to delete: CdkWorkshopStack (y/n)?
Hit “y” and you’ll see your stack being destroyed.
'AWS > CDK' 카테고리의 다른 글
CDK use existing CloudFormation Output Value in AWS Server + StepFunction (0) | 2022.06.17 |
---|---|
[AWS CDK] Testing Constructs (0) | 2022.04.07 |
[AWS CDK] CDK Diff and CDK Deploy (0) | 2022.04.06 |
[AWS CDK] Exposing Hit Counter Table (0) | 2022.04.06 |
[AWS CDK] cdk-dynamo-table-viewer (0) | 2022.04.05 |