拒绝生产账户使用 DisableKey 和 ScheduleKeyDeletion
{
"Effect": "Deny",
"Action": [
"kms:DisableKey",
"kms:ScheduleKeyDeletion"
],
"Resource": "*",
"Condition": {
"StringLike": {
"aws:PrincipalARN": [
"arn:aws:iam::*:role/*SQUAD*"
]
}
}
}最后更新于