-
Notifications
You must be signed in to change notification settings - Fork 342
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
[AWS] Fail to search the Windows Server AMI #224
Comments
+1 |
@frank-at-suse Is the issue fixed, still seeing above error |
I used with It didn't worked, I commented on all the windows terraform code. then it worked. Currently not using this. |
Changing the image name will work, the error is about the missing AMI |
Any objection to updating the TF to fix the issue here? I can submit a PR if its accepted |
Had this issue today. I changed the values = ["Windows_Server-2019-English-Full-ContainersLatest-"] to values = ["Windows_Server-2019-"]. Ami still is fine as "windows" |
Has anyone circled back on this issue? I've tried modifying the values, but I still get the error that the ami can't be found. |
Issue: I've tried to use the last version of the rancher quickstart with aws support.
And, almost my region, eu-west-3, the script can´t find an AMI with the name "Windows_Server-2019-English-Full-ContainersLatest-*".
Output:
It seams that kind of AMI isn't more supported in AWS: https://aws.amazon.com/marketplace/pp/prodview-iehgssex6veoi
The text says "This version has been removed and is no longer available to new customers."
So we need to find another AMI to use in our deployments.
As a workaround we can substitute the search, for non Windows deployments, in the rancher/aws/data.tf into the aws_ami windows datasource search change:
for
The text was updated successfully, but these errors were encountered: