-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Change on port does not follow lifecycle of services #4227
Comments
Hey @cordoval – do you by chance have an example config that I could use to reproduce this? What did the |
@catsby I grabbed https://github.com/alex/ecs-terraform and just change the port mappings on the .json file for the task definition. Plan passes but fails on apply. |
I am seeing this issue as well. I'm forced to create a new service if I want to change the port numbers on the container. |
Reproduced, see #4366 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
after updating the port mappings on my task definition and changed the port for my elb then i get this error after a terraform apply even though terraform plan passed.
* aws_ecs_service.test-http: InvalidParameterException: The container test-http did not have a container port 3333 defined. status code: 400, request id: 31637559-9e1d-11e5-af18-8d60ba3f3e52
The text was updated successfully, but these errors were encountered: