0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

s3とdynamodbの削除コスト比較

Posted at

S3(Glacier 等は除く)

  • DeleteObject は 無料(リクエスト課金なし)
  • ListObjects は 有料(1,000 件ごとに課金)
  • バージョニング有効時は削除マーカーに注意(ストレージが残る)
  • ライフサイクルルールを使えば ListObject なしで自動削除可能 → 完全無料で削除可能
  • もしくはその他のオブジェクトを特定する仕組みが必要

DynamoDB

  • DeleteItem は 有料(WRU 消費)
  • TTL(Time to Live)を使えば無料で自動削除される(ただし遅延あり)
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?