https://pulumi.com logo
b

bland-air-74625

07/03/2022, 9:26 AM
Hi all, Im new here and I need some help. When I run
pulumi up
it is failing with
.pulumi\plugins\resource-eks-v0.41.0\pulumi-resource-eks.exe: Access is denied.
When I rerun it it will try to reinstall or something results in the error
\.pulumi\\plugins\\resource-eks-v0.41.0\\pulumi-resource-eks.exe": file does not exist
I checked the plugins folder and the .exe is not there. I extracted the last release files and move the .exe there manually and it works for one run then the error is reappear. Any ideas?
e

echoing-dinner-19531

07/03/2022, 10:09 AM
Can you try
pulumi plugin install eks 0.41.0
does that install the plugin to the folder?
b

bland-air-74625

07/03/2022, 10:16 AM
finished without output folder is still missing the exe
e

echoing-dinner-19531

07/03/2022, 10:18 AM
Do you have the environment variable PULUMI_HOME set?
b

bland-air-74625

07/03/2022, 10:19 AM
no
e

echoing-dinner-19531

07/03/2022, 10:20 AM
What's the full path your trying to find the .exe at?
b

bland-air-74625

07/03/2022, 10:22 AM
C:\Users\orfel\.pulumi\plugins\resource-eks-v0.41.0
if delete this folder manually then run
pulumi plugin install eks 0.41.0
the exe is there until i run pulumi up and it disappear
e

echoing-dinner-19531

07/03/2022, 10:22 AM
Wait? So plugin install does install it there, but up is removing it?
b

bland-air-74625

07/03/2022, 10:24 AM
yes exactly
e

echoing-dinner-19531

07/03/2022, 10:24 AM
This sounds like anti-virus software. I bet when pulumi up tries to run the plugin its triggering some automatic quarantine system.
b

bland-air-74625

07/03/2022, 10:26 AM
interesting I will check it, thanks alot for the meantime.
here aresome snippets if it give you some additional ideas
and even with more details
e

echoing-dinner-19531

07/03/2022, 12:06 PM
Yeh that really looks like anti-virus software doing automatic quarantine. Not a lot we can do to help with that, you'll need to raise an issue with your AV vendor and/or try turning it off.
3 Views