AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2026-06-28 · Documentation low

File: AmazonECS/latest/developerguide/task_definition_parameters-managed-instances.md

Summary

Capitalization changes: 'docker run' to 'Docker run' (4 instances) and 'docker-proxy' to 'Docker-proxy'

Security assessment

Changes are purely terminological (brand capitalization). No modifications to security-relevant parameters like image validation, port rules, or environment variable handling that could impact container security.

Diff

diff --git a/AmazonECS/latest/developerguide/task_definition_parameters-managed-instances.md b/AmazonECS/latest/developerguide/task_definition_parameters-managed-instances.md
index db7260c84..e0292d27e 100644
--- a//AmazonECS/latest/developerguide/task_definition_parameters-managed-instances.md
+++ b//AmazonECS/latest/developerguide/task_definition_parameters-managed-instances.md
@@ -455 +455 @@ Required: Yes
-The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. You can also specify other repositories with either ``repository-url`/`image`:`tag`` or ``repository-url`/`image`@`digest``. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to `Image` in the docker create-container command and the `IMAGE` parameter of the docker run command.
+The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. You can also specify other repositories with either ``repository-url`/`image`:`tag`` or ``repository-url`/`image`@`digest``. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to `Image` in the docker create-container command and the `IMAGE` parameter of the Docker run command.
@@ -644 +644 @@ The following rules apply when you specify a `containerPortRange`:
-  * Docker recommends that you turn off the docker-proxy in the Docker daemon config file when you have a large number of ports.
+  * Docker recommends that you turn off the Docker-proxy in the Docker daemon config file when you have a large number of ports.
@@ -832 +832 @@ The working directory to run commands inside the container in. This parameter ma
-The following advanced container definition parameters provide extended capabilities to the docker run command that's used to launch containers on your Amazon ECS container instances.
+The following advanced container definition parameters provide extended capabilities to the Docker run command that's used to launch containers on your Amazon ECS container instances.
@@ -1054 +1054 @@ Required: No
-A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to the docker run command.
+A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to the Docker run command.