Amazon ECS - Task Definitions

646 views Asked by At

I am working with ECS, and I have one task definition, where I added a few ENVs

Should I send all ENVs each time, when I create a new revision for the task definition ?

I create new revision by the task

For example:

aws ecs register-task-definition --family test --container-definitions '[{"name": "test", "image": "<URL_TO_IMAGE>/test:latest", "memory": 900}]'
0

There are 0 answers