Open ykethan opened 2 years ago
I am also seeing the same behavior where s3 buckets are not removed despite removing hosting. Is this issue resolved?
Hey @zacsonskaria, thank you for reaching out. The issue will be discussed as part of our weekly meetings.
Before opening, please confirm:
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
8.3.0
What operating system are you using?
Windows
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Amplify Categories
hosting
Amplify Commands
delete
Describe the bug
The hosting bucket created by amplify via
amplify add hosting
does not get deleted when removing the bucket usingamplify remove hosting
and then doing a push. Additionally, performed aamplify delete
as well but the bucket persists.Expected behavior
Delete bucket when when removing the hosting and pushing it
Reproduction steps
GraphQL schema(s)
Log output
Additional information
No response