标签: amazon-web-services amazon-ecs taskdef
我正在使用ECS,我有一个任务定义,我在其中添加了一些ENV
每当我为任务定义创建新版本时,我是否应该发送所有ENV?
我通过任务创建新版本
例如:
aws ecs register-task-definition --family test --container-definitions '[{"name": "test", "image": "<URL_TO_IMAGE>/test:latest", "memory": 900}]'