Upgrade to Pro — share decks privately, control downloads, hide ads and more …

復号できなくなると怖いので、AWS KMSキーの削除を「面倒」にしてみた CODT 2025 ...

Avatar for iwamot iwamot PRO
September 05, 2025

復号できなくなると怖いので、AWS KMSキーの削除を「面倒」にしてみた CODT 2025 クロージングイベント版

2025-09-05
Cloud Operator Days Tokyo 2025
https://cloudopsdays.com/

Avatar for iwamot

iwamot PRO

September 05, 2025
Tweet

More Decks by iwamot

Other Decks in Technology

Transcript

  1. リソースコントロールポリシーの実例 { "Version": "2012-10-17", "Statement": [ { "Effect": "Deny", "Principal":

    "*", "Action": "kms:ScheduleKeyDeletion", "Resource": "*", "Condition": { "StringNotEquals": { "aws:ResourceTag/deletable": "true" } } } ] }