aws-cloudformation / aws-cloudformation-resource-providers-kms

AWS Key Management Service (KMS) makes it easy for you to create and manage cryptographic keys and control their use across a wide range of AWS services and in your applications. AWS KMS is a secure and resilient service that uses hardware security modules that have been validated under FIPS 140-2, or are in the process of being validated, to protect your keys. AWS KMS is integrated with AWS CloudTrail to provide you with logs of all key usage to help meet your regulatory and compliance needs.
https://aws.amazon.com/kms/
Apache License 2.0
14 stars 12 forks source link

Listing Keys with CloudControl API always fails #40

Open benbridts opened 2 years ago

benbridts commented 2 years ago
~$ aws kms list-keys
{
    "Keys": [
        {
            "KeyId": "6c95ef5f-xxxx-xxxx-xxxx-xxxxxxxxxxx",
            "KeyArn": "arn:aws:kms:eu-west-3:123456789012:key/6c95ef5f-xxxx-xxxx-xxxx-xxxxxxxxxxx"
        },
        {
            "KeyId": "b8ddeed6-xxxx-xxxx-xxxx-xxxxxxxxxxx",
            "KeyArn": "arn:aws:kms:eu-west-3:123456789012:key/b8ddeed6-xxxx-xxxx-xxxx-xxxxxxxxxxx"
        }
    ]
}
~$ aws cloudcontrol list-resources --type-name AWS::KMS::Key

An error occurred (GeneralServiceException) when calling the ListResources operation: AWS::KMS::Key Handler
returned status FAILED: Error occurred during operation 'ListKeys'. (HandlerErrorCode: GeneralServiceException,
RequestToken: 4fa1929d-fd93-435b-8f21-218e1401e6a9)