-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
-
ec2 1.47
Hi,
Getting below exception on windows slave. It is working fine in 1.43 version
Unexpected Exception: com.amazonaws.services.ec2.model.AmazonEC2Exception: You are not authorized to perform this operation. (Service: AmazonEC2; Status Code: 403; Error Code: UnauthorizedOperation; Request ID: 071f3254-51f1-4577-810f-132237add295)
Hi raihaan
As per your comment in
JENKINS-58193,I can see the getPasswordData cli returning \r\n prefixing the content.
I haven't set any password in the ami. I'm just running below script in the userdata,
<powershell>
winrm set winrm/config/service/auth '@{CredSSP="false"}'
$osString = wmic os get caption | Out-String
echo "Windows OS: $osString"
</powershell>