We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3c286 commit 71b076aCopy full SHA for 71b076a
PetAdoptions/cdk/pet_stack/resources/destroy_stack.sh
@@ -38,12 +38,6 @@ aws cloudformation delete-stack --stack-name $STACK_NAME
38
39
aws cloudwatch delete-dashboards --dashboard-names "EKS_FluentBit_Dashboard"
40
41
-# delete s3 buckets
42
-for b in $(aws s3 ls | awk '/services-s3bucketpetadoption/ {print $3}'); do
43
- echo "deleting ${b}"
44
- aws s3 rb s3://$b --force
45
-done
46
-
47
echo CDK BOOTSTRAP WAS NOT DELETED
48
49
echo ----- ✅ DONE --------
0 commit comments