-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difficulty connecting to WinRM for Win2016 instance when Win2012R2 works fine #293
Comments
They've just released v1.3 which fixes the issue. AWS changed a whole bunch of things with Windows 2016 AMIs. |
Nice! Guess I should have just waited a couple of hours. After upgrading I hit an immediate different issue with credentials, but I don't think it's related to your PR. I commented on a different PR that I think might be affecting things here #259 I'm calling for the ami image name directly, although I wouldn't mind switching to the new naming conventions to auto find it. Can you point me to some documentation with examples of how to set that up? I'd like to find out more on how to take advantage of this. |
The AMI names are one of the many things AWS changed for 2016: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/windows-ami-version-history.html#win2k16-amis The new pattern for regular Win2016 machines is "Windows_Server-2016-English-Full-Base-". They also have Nano and "with Containers" images |
Now that we've released 1.3.1 which is the hotfix for 1.3.0 I'm closing this one. |
Thank you! I updated to 1.3.1, and I successfully stood up a Windows 2016 instance. |
I have a .kitchen.yml using the ec2 driver. Within the yml I have 2 platforms specified: one for windows-2012r2 with standard Amazon AMI and one for windows-2016 with standard AMI. They are both using the same settings for everything else. I have success launching both instances, but only the 2012r2 box succeeds in connecting to WinRM. On the 2016 instance, it just times out after repeatedly trying to connect to WinRM
[WinRM] opening remote shell on http://ec2-.compute-1.amazonaws.com:5985/wsman
Both are using the same security group with the same inbound rules, so I know port 5985 is open. I'm just not sure what in the world I'm doing wrong. I can RDP to the 2016 instance kitchen stands up without issue. Any recommendations or is this a valid issue with Windows 2016 instances?
The text was updated successfully, but these errors were encountered: