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
已提问 6 个月前107 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容