Trusted Key Groups - InvalidKey

0

I'm trying to use Trusted Key Groups in CloudFront and I'm getting the below message

<Error> <Code>InvalidKey</Code> <Message>Unknown Key</Message> </Error>

The way I created the signed URL is.

  1. I went to Security credentials, created ** CloudFront key pairs** and then download the private and public key.
  2. I then went into CloudFront and copied and pasted the public key I got from the first step into there.
  3. Created the **Keygroup **and selected the above Public Key.
  4. I went to the CloudFront distribution, then to Behavior and selected Restrict viewer access then Trusted key groups (recommended) and chose the group I created above.
  5. I used CLI to generate a signed url

aws cloudfront sign --url domain.com/index.html --key-pair-id A*** --private-key file://pk-A***.pem --date-less-than 2060-01-01

LV
asked 5 months ago100 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions