You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this demo we have succesfully build 2 Windows Server. The username declared in aws-windows.pkr.hcl is "Administrator" winrm_username = "Administrator"
Questions:
Which password is to use to access our freshly created instance/ami?
Where to declare it if i want to change it?
I was trying to declare it in the same file aws-windows.pkr.hcl as winrm_password = "SuperS3cr3t!!!!"
but if i do so build process stuck into ==> amazon-ebs.windows-2019: Waiting for WinRM to become available... forever.
Thanks in advance
Vad
The text was updated successfully, but these errors were encountered:
Hello @btkrausen ,
In this demo we have succesfully build 2 Windows Server. The username declared in aws-windows.pkr.hcl is "Administrator"
winrm_username = "Administrator"
Questions:
I was trying to declare it in the same file aws-windows.pkr.hcl as
winrm_password = "SuperS3cr3t!!!!"
but if i do so build process stuck into ==> amazon-ebs.windows-2019: Waiting for WinRM to become available... forever.
Thanks in advance
Vad
The text was updated successfully, but these errors were encountered: