You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come across below error for KMS, I was wondering if anyone could help me out with that?
kms.get_key_rotation_status({'KeyId': 'xxxx}): An error occurred (UnsupportedOperationException) when calling the GetKeyRotationStatus operation: arn:aws:kms:eu-west-1:xxx:key/xxx origin is EXTERNAL which is not valid for this operation.
The text was updated successfully, but these errors were encountered:
Same, in our large account, we are running: python cloudmapper.py collect --account accountName
And after checking EBS Volumes, i'm getting an exception here:
kms.get_key_rotation_status({'KeyId': 'axxxxxxxx'}): An error occurred (UnsupportedOperationException) when calling the GetKeyRotationStatus operation: arn:aws:kms:us-east-1:1611111111:key/a8xxxxxx origin is EXTERNAL which is not valid for this operation.
kms.get_key_rotation_status({'KeyId': 'ddxxxxxxxxx'}): An error occurred (UnsupportedOperationException) when calling the GetKeyRotationStatus operation: arn:aws:kms:us-east-1:16111111111:key/ddxxxxxx origin is EXTERNAL which is not valid for this operation.
Hi there,
I come across below error for KMS, I was wondering if anyone could help me out with that?
The text was updated successfully, but these errors were encountered: