You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
service demo-web-dev-EcsService-QY7NEm2trctk was unable to place a task because no container instance met all of its requirements. Reason: No Container Instances were found in your cluster. For more information, see the Troubleshooting section of the Amazon ECS Developer Guide.
Checklist
My Environment
Expected Behaviour
The
ufo ship
command should deploy the ECS service without any issues, creating the necessary ECS cluster and running the tasks as expected.Current Behavior
The
ufo ship
command gets stuck at the ECS service creation step, displaying the error message:The error in AWS reads:
Step-by-step reproduction instructions
Install UFO:
Set up AWS config and credentials:
Set AWS_PROFILE and verify credentials:
export AWS_PROFILE=dev aws sts get-caller-identity aws s3 ls
Create ECS cluster named
dev
in theus-west-1
region:Set up the demo project:
Ship the code:
Observe the error:
Code Sample
Here is the relevant code and configurations used during the process:
Solution Suggestion
Unsure. This prevented me from getting going with UFO.
The text was updated successfully, but these errors were encountered: