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
I get:
No AMIs found matching your filter criteria
or not authorised to launch the AMI from the kitchen log.
Were those AMIs special? AFAIK WinRM is not enabled by default in the ones provided by Amazon. What does the Windows AMI needs to be able to work with Kitchen-ec2?
The text was updated successfully, but these errors were encountered:
Amazon release new Windows AMIs around once per month. The AMIs are then available for about six weeks after which you can no longer start new instances with those AMIs (the expectation being that you start new instances with this month's AMIs). Based on your error, it is most likely that the AMIs listed in amis.json are out of date now - which makes sense given they were last updated on June 5.
By default kitchen-ec2 provides user-data that enables WinRM for Windows guests.
You'll need to make sure the security group of the test kitchen instance allows WinRM traffic on TCP port 5985. Also, either you need to provide a username and password for test-kitchen to connect to the instance with, or an SSH key and key ID so that kitchen-ec2 can decrypt the EC2 generated Windows password (with the default username Administrator).
I can't find the default AMIs for Windows in us-east-1
https://github.com/test-kitchen/kitchen-ec2/blob/master/data/amis.json
I get:
No AMIs found matching your filter criteria
or not authorised to launch the AMI from the kitchen log.
Were those AMIs special? AFAIK WinRM is not enabled by default in the ones provided by Amazon. What does the Windows AMI needs to be able to work with Kitchen-ec2?
The text was updated successfully, but these errors were encountered: