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}]'