When I open the customer managed keys in region eu-central-1, I can see one key, but I get the following error message:
DescribeKey request failed AccessDeniedException - User: arn:aws:iam::<MY_ACCOUNT>:user/admin is not authorized to perform: kms:DescribeKey on resource: arn:aws:kms:eu-central-1:<MY_ACCOUNT>:key/<MY_KEY_ID> because no resource-based policy allows the kms:DescribeKey action
This happens, even though I try as root or admin user who does have the permission DescribeKey.
Even using AWS CLI, I cannot do anything about this key.
This leads to the strange situation that I can see the key, but I cannot do anything about it, not even deleting it or getting any details about it. And I also cannot see how I can modify the resource-based policy of that key.
Any help is appreciated!