When creating a Windows AMI on AWS, I am getting stuck at "Waiting for WinRM to become available" when I set winrm_password.
But when I remove winrm_password, it is able to build the AMI. Anyone have an suggestions what might be going on here?
This is what I see in the console:
==> amazon-ebs: Creating temporary keypair: packer_5abd5b4e-51d1-1f2f-ec27-86b7c804c5a9
==> amazon-ebs: Launching a source AWS instance...
==> amazon-ebs: Adding tags to source instance
amazon-ebs: Adding tag: "Name": "Packer Builder"
amazon-ebs: Instance ID: i-0dd75cb661ee63bd7
==> amazon-ebs: Waiting for instance (i-0dd75cb661ee63bd7) to become ready...
==> amazon-ebs: Skipping waiting for password since WinRM password set...
==> amazon-ebs: Waiting for WinRM to become available...
Seems weird that winrm_password is causing it to failed..
"winrm_password": "TestPassword123!"