developmentseed / chip-n-scale-queue-arranger

Chip 'n scale: Queue Arranger helps you run machine learning models over satellite imagery at scale
MIT License
37 stars 7 forks source link

List options of IAM-IDs for CPU #20

Open Rub21 opened 4 years ago

Rub21 commented 4 years ago

I am running chip-scale using a CPU and a version o ML docker module for CPU, But there is an error on the deployment, I think because of the AMI. https://github.com/developmentseed/chip-n-scale-queue-arranger/blob/master/config/cloudformation.template.yml#L464, The container instance can not be launched image

drewbo commented 4 years ago

@Rub21 what region are you deploying in? This is one (unfortunate) currently hardcoded value that we'll replace once we swap off kes deployments. Right now it will only work in us-east-1 (I have another AMI in eu-central-1 if you need that)

Rub21 commented 4 years ago

I am running in us-east-1, Maybe the AMIID is only for GPU?

$  cat ~/.aws/config

[profile rub21]
region = us-east-1
output = json