'eb deploy' Docker multicontainer fails to update env: ECS error (Family can not be blank)
See original GitHub issueDescription
On a Docker multi-container configuration, after have created the environment, on attempt to “eb deploy” to update I get this error from ECS:
Service:AmazonECS, Code:InvalidParameterException, Message:Family can not be blank., Class:com.amazonaws.services.ecs.model.InvalidParameterException
Steps to reproduce
-
Create an Docker multi-container environment
-
Update the environment with “eb deploy” Won’t work and throw that error above
-
OS: Tested on a couple of Linux/Ubuntu/Python distributions, versions: Environments: Python=2.7.6/3.5/3.6 awsebcli==3.17.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ECS managed Docker environments with the Elastic ...
You can launch a cluster of multi-container instances in a single-instance or scalable Elastic Beanstalk environment using the Elastic Beanstalk console.
Read more >Deploying an AWS ECS task using containers from ECR
Deployments to AWS ECS using containers from ECR are now possible using the new multi-package feature of Octopus script steps.
Read more >Elastic BeanStalk MultiContainer docker fails - Stack Overflow
I cannot understand why No ecs task error appears, when I have packaged my dockerrun.aws.json file containing containerDefinitions? Since there ...
Read more >A Docker Tutorial for Beginners
Learn to build and deploy your distributed applications easily to the cloud with Docker.
Read more >AWS Elastic Beanstalk - Developer Guide - 1 File Download
You can deploy a new version at any time, as long as no other update operations are in progress on your environment. The...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @AndreLobato, I have been unable to reproduce this issue even with the additional information. If this continues to be an issue for you could you include an example application codebase(github repo or directory archive) which reproduces this issue and exact steps to reproduce?
Thanks
Sorry again, Just a bit more context to this issue, looks like it happens when I try to “deploy” an “MultiDockerContainer” application, then EB will try to create a new ECS Task, however it seems that is missing to inherit the “family” value from the previous task.