AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-04-14 · Documentation low

File: AmazonECS/latest/developerguide/example_task_definitions.md

Summary

Added documentation section about volumes in task definitions

Security assessment

Added general documentation about volume configuration features

Diff

diff --git a/AmazonECS/latest/developerguide/example_task_definitions.md b/AmazonECS/latest/developerguide/example_task_definitions.md
index 58fee6ca8..6a9c74e29 100644
--- a//AmazonECS/latest/developerguide/example_task_definitions.md
+++ b//AmazonECS/latest/developerguide/example_task_definitions.md
@@ -5 +5 @@
-Webserversplunk log driverfluentd log drivergelf log driverWorkloads on external instancesAmazon ECR image and task definition IAM roleEntrypoint with commandContainer dependencyWindows sample task definitions
+Webserversplunk log driverfluentd log drivergelf log driverWorkloads on external instancesAmazon ECR image and task definition IAM roleEntrypoint with commandContainer dependencyVolumes in task definitionsWindows sample task definitions
@@ -32,0 +33,2 @@ For more task definition examples, see [AWS Sample Task Definitions](https://git
+  * Volumes in task definitions
+
@@ -380,0 +383,17 @@ This snippet demonstrates the syntax for a task definition with multiple contain
+## Volumes in task definitions
+
+Use the following to understand how to specify volumes in tasks.
+
+  * For information about how to configure an Amazon EBS volume, see [Specify Amazon EBS volume configuration at Amazon ECS deployment](./configure-ebs-volume.html).
+
+  * For information about how to configure an Amazon EFS volume, see [Configuring Amazon EFS file systems for Amazon ECS using the console](./tutorial-efs-volumes.html).
+
+  * For information about how to configure a FSx for Windows File Server volume, see [Learn how to configure FSx for Windows File Server file systems for Amazon ECS](./tutorial-wfsx-volumes.html).
+
+  * For information about how to configure a Docker volume, see [Docker volume examples for Amazon ECS](./docker-volume-examples.html).
+
+  * For information about how to configure a bind mount, see [Bind mount examples for Amazon ECS](./bind-mount-examples.html).
+
+
+
+