hcho3 / xgboost-devops

DevOps / Continuous Integration tools for XGBoost project
Apache License 2.0
3 stars 2 forks source link

Issue with Instance IAM Profile with Windows 2019 AMI #11

Closed hcho3 closed 1 year ago

hcho3 commented 4 years ago

See https://serverfault.com/questions/872046/aws-windows-ec2-instance-does-not-recognize-assigned-iam-role. I had to set the Availability Zone and the Subnet of Windows workers to the same as those used for creating the AMI.

hcho3 commented 1 year ago

Fixed in https://github.com/dmlc/xgboost/pull/8142. As long as we use EC2 Image Builder service, we don't have this problem.