-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(ecs): ecs-service-with-advanced-alb-config example does not work #585
Comments
There's another issue with the example... it's attempting to use instance type m5.micro (
|
This error is also coming up... it may have to do with how the name of the resource is interpolated as a concatenation of the stack and resource name: |
With respect to @anggras' original error, I was not able to reproduce the error message: "service XXXXX 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." However, I did discover that an incorrect instance type was specified for the autoscaling group definition (m5.micro doesn't exist). The stack wouldn't synth because the ecs autoscaling group name did not meet the name requirements. I'll create a new issue since these issues don't directly address OP's issue. |
The fix for this is in PR #626 |
|
What is the problem?
Upon
cdk deploy
, the ECS service stuck and unable to proceed with message:Reproduction Steps
cdk deploy
What did you expect to happen?
The sample ECS service should be deployed successfully
What actually happened?
The deployment is stuck and unable to complete. The ECS service event console shows the following message:
CDK CLI Version
2.3.0 (build beaa5b2)
Framework Version
No response
Node.js Version
16.13.1
OS
macOS
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: