aws-samples / cost-effective-aws-deployment-of-comfyui

Cost effective solution to deploy ComfyUI on AWS with simple deployment process using ECS and CDK.
MIT No Attribution
58 stars 11 forks source link

rexray driver issue causes ECS service to fail #8

Open stephenhibbert opened 2 months ago

stephenhibbert commented 2 months ago

ECS service fails to start in eu-west-1

service ComfyUIService was unable to place a task because no container instance met all of its requirements. The closest matching container-instance cca2a08b7a57472f9626b51debdc8595 is missing an attribute required by your task. For more information, see the Troubleshooting section of the Amazon ECS Developer Guide.

attr-error.txt

It looks like it's missing the required attribute ecs.capability.docker-plugin.rexray/ebs

stephenhibbert commented 2 months ago

Also tried in us-east-1 and got the same issue.