Create a bucket then remove it.
Cloud bills come from things you forget to delete. Make
"create + destroy" a one-line muscle memory.
TASK
----
In the terminal, run BOTH commands (use && to chain):
aws s3 mb s3://temp-demo-bucket && aws s3 rb s3://temp-demo-bucket
Pass when the output contains "remove_bucket".
Sign in to save your code and track progress across devices.