Heads up! Getting access denied when attempting to...
# general
c
Heads up! Getting access denied when attempting to download plugins https://get.pulumi.com/releases/plugins/pulumi-resource-eks-v1.25.0-linux-amd64.tar.gz
Copy code
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>K9YP96TZTKGKZNQM</RequestId>
<HostId>3bCPcjHFP7NlNej0xq17DsabAq9E9ghuFcmwhTC/zSikw7Xk67/GaLBY4dII/3Zu1Rxs5eswMIY=</HostId>
</Error>
e
There is no 1.25.0 release for that provider: https://github.com/pulumi/pulumi-eks/releases
c
Interesting. After doing an
npm install
, the version has changed to 1.0.2. Thanks for pointing me in the right direction.