AWS
-
Run the following command to list AWS image info:
$ aws ec2 describe-images \ --filters Name=name,Values=Windows_Server-2019-English-Full-ContainersLatest-2020.09.09 --region <region> \(1) --query 'Images[*].[ImageId]' \ --output=json | jq .[0][0]
1 Specify the region your cluster is using. -
Find the AMI ID for a supported Windows image.