0
0

More than 3 years have passed since last update.

おひとり様AWSでのリソース掃除Tips(ただのメモ)

Posted at

個人で勉強していると、時々ゴミが残ってたりする

AWS Configである程度確認する

S3のバケット強制削除

$ aws s3 ls | cut -d' ' -f 3 | xargs -I{} aws s3 rb s3://{} --force
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0