-
Notifications
You must be signed in to change notification settings - Fork 187
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
container initial port #15
Comments
Hi @davidlondono - Thanks for reporting the issue you're facing. There is an Possibly something has changed in the CDK libs or how things are getting deployed. Do you have any more information, logs, or details you can share? Feel free to ping me on slack |
Hi @jasonmimick-aws,
Thanks |
@jasonmimick-aws My stack is also stuck in progress endlessly. Is there a different image and port number we can use for initial deployment? |
Hey @saurabhmarwaha, |
@rverton Container / Task is still taking unusually longer with below changes due to which stack continues to be In progress status. Is that how you are using a dummy container. const baseImage = 'public.ecr.aws/nginx/nginx-unprivileged'
|
You also need to adjust the health check because the nginx container will not have a
|
Still no progress. Stack is stuck in progress and task stopped eventually
Task stopped at: 2024-01-30T08:41:02.149Z |
As I understand this error, ECS is not able to pull the container. Does your ECS service have a route to the public ECR repository? |
@rverton I believe you mean if subnet where cluster is created have access to Internet (IGW). I will check the routing and will verify. Will come back to in a few hours..Here it's 4:00 am..Getting some sleep...:) |
The initial port 5000 cannot be deployed as the initial image doesn't have this port enabled and fail to health check
The text was updated successfully, but these errors were encountered: