-
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
Support for ECS service deploymentConfiguration #4456
Comments
+1 |
+1. Need this :( Any chances it will be done soon? |
+1 |
2 similar comments
+1 |
+1 |
I think this is pretty essential because currently it takes down the whole service when doing a |
@benzimmer Just a quick observation: it's still possible to change minimumHealthyPercent and maximumPercent for ECS service in AWS console to prevent downtimes, "terraform apply" won't reset those settings. |
@anosulchik Nice, thanks for the hint! I was thinking about using null_resource together with the local-exec provisioner to have a script update the settings after creation of the service. |
👍 |
Resolved in #5220 |
👍 thanks!
|
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. |
Are there plans to support
deploymentConfiguration
for ECS service definitions as described on the documentation, and supported on the ECS console?The text was updated successfully, but these errors were encountered: