Skip to content

Commit 7f0523c

Browse files
author
gibsondan
committed
Update aws.md
1 parent 663ed01 commit 7f0523c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • docs/docs/deployment/oss/deployment-options

docs/docs/deployment/oss/deployment-options/aws.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,11 @@ def my_job():
217217
my_op()
218218
```
219219

220-
The run launcher will always override the `name` and `command` fields of the container. so you cannot override these values. If you use the `ecs/cpu` or `ecs/memory` tags together with `ecs/container_overrides`, the values from the dedicated tags will be merged together, with values `ecs/container_overrides` breaking any ties.
220+
:::note
221+
222+
The run launcher will always override the `name` and `command` fields of the container, so you cannot override these values. If you use the `ecs/cpu` or `ecs/memory` tags together with `ecs/container_overrides`, the values from the dedicated tags will be merged together, with values from `ecs/container_overrides` breaking any ties.
223+
224+
:::
221225

222226
### Secrets management in ECS
223227

0 commit comments

Comments
 (0)