chip-n-scale-queue-arranger icon indicating copy to clipboard operation
chip-n-scale-queue-arranger copied to clipboard

List options of IAM-IDs for CPU

Open Rub21 opened this issue 5 years ago • 2 comments

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

Rub21 avatar Feb 19 '20 21:02 Rub21

@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)

drewbo avatar Feb 20 '20 14:02 drewbo

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

Rub21 avatar Feb 20 '20 16:02 Rub21