aws-samples / aws-batch-genomics

Software sets up and runs an genome sequencing analysis workflow using AWS Batch and AWS Step Functions.
Apache License 2.0
201 stars 75 forks source link

CLIENT_ERROR - Clusters can not be blank. #9

Closed isidroc closed 6 years ago

isidroc commented 6 years ago

Hello, my aws batch jobs stay forever in 'runnable' state. There is an error in my compute environment for which I cannot find anything in google (I hope this issue helps other people):

Status INVALID CLIENT_ERROR - Clusters can not be blank.

Any ideas ? Thanks!

ajfriedman18 commented 6 years ago

Did your ECS cluster that the Compute Environment maps to get deleted?

delagoya commented 6 years ago

Another thing to check is whether the EC2 instance was able to successfully join the cluster. You would be able to see this in the ECS console.

delagoya commented 6 years ago

Hello @isidroc any resolution to this issue?

isidroc commented 6 years ago

Hello, thanks for your replies. The issue, as far as I can tell, was related to the iam roles of the instances. Thanks