AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-07-18 · Documentation low

File: AmazonECS/latest/developerguide/document_history.md

Summary

Added a period to the AmazonECSServiceRolePolicy entry (minor punctuation correction).

Security assessment

Minor grammatical correction with no security implications.

Diff

diff --git a/AmazonECS/latest/developerguide/document_history.md b/AmazonECS/latest/developerguide/document_history.md
index 5e09bd9fd..8b88bc0d0 100644
--- a//AmazonECS/latest/developerguide/document_history.md
+++ b//AmazonECS/latest/developerguide/document_history.md
@@ -10,0 +11,3 @@ Change |  Description |  Date
+Support for updating a service deployment controller |  Amazon ECS supports updating a service deployment controller, allowing you to change between different deployment types for an existing service. For more information, see [Update Amazon ECS service parameters](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-service-parameters.html). | July 15, 2025  
+Amazon ECS native blue/green deployments |  Amazon ECS supports native blue/green deployments, allowing you to validate new service revisions before directing production traffic to them. For more information, see [Amazon ECS blue/green deployments](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-blue-green.html). | July 15, 2025  
+Add new [AmazonECSInfrastructureRolePolicyForLoadBalancers](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-iam-awsmanpol.html#security-iam-awsmanpol-AmazonECSInfrastructureRolePolicyForLoadBalancers) managed policy. |  This policy provides access to other AWS service resources required to manage load balancers associated with Amazon ECS workloads on your behalf. For more information, see [AmazonECSInfrastructureRolePolicyForLoadBalancers](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-iam-awsmanpol.html#security-iam-awsmanpol-AmazonECSInfrastructureRolePolicyForLoadBalancers         ). | July 15, 2025  
@@ -14 +17 @@ Update to default log driver mode. |  The default logging mode for Amazon ECS ha
-Add permissions to [AmazonECSServiceRolePolicy](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-iam-awsmanpol.html#security-iam-awsmanpol-AmazonECSServiceRolePolicy) |  The `AmazonECSServiceRolePolicy` managed IAM policy was updated with new AWS Cloud Map permissions which Amazon ECS can update AWS Cloud Map service attributes for services that Amazon ECS manages. | June 24, 2025  
+Add permissions to [AmazonECSServiceRolePolicy](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-iam-awsmanpol.html#security-iam-awsmanpol-AmazonECSServiceRolePolicy). |  The `AmazonECSServiceRolePolicy` managed IAM policy was updated with new AWS Cloud Map permissions which Amazon ECS can update AWS Cloud Map service attributes for services that Amazon ECS manages. | June 24, 2025  
@@ -75 +78 @@ The new Amazon ECS console experience for task definitions is updated |  The new
-The new Amazon ECS console experience is updated |  The new Amazon ECS console experience has been updated with additional service and task parameters. For more information, see [Creating an Amazon ECS service using the console](./create-service-console-v2.html) and [Running an application as an Amazon ECS task](./standalone-task-create.html). |  October 7, 2022  
+The new Amazon ECS console experience is updated |  The new Amazon ECS console experience has been updated with additional service and task parameters. For more information, see [Creating an Amazon ECS rolling update deployment](./create-service-console-v2.html) and [Running an application as an Amazon ECS task](./standalone-task-create.html). |  October 7, 2022  
@@ -101 +104 @@ VPC endpoint policy support |  Amazon ECS now supports VPC endpoint policies. Fo
-New console experience |  Amazon ECS has released a new console experience which supports creating or updating a service or running a standalone task. For more information, see [Creating an Amazon ECS service using the console](./create-service-console-v2.html) and [Running an application as an Amazon ECS task](./standalone-task-create.html). |  December 28, 2020  
+New console experience |  Amazon ECS has released a new console experience which supports creating or updating a service or running a standalone task. For more information, see [Creating an Amazon ECS rolling update deployment](./create-service-console-v2.html) and [Running an application as an Amazon ECS task](./standalone-task-create.html). |  December 28, 2020  
@@ -139 +142 @@ Support for specific versions of Secrets Manager secrets to be injected as envir
-Added additional CodeDeploy deployment configuration options for blue/green deployments |  The CodeDeploy service added new canary and linear deployment configurations for the Amazon ECS deployment type. The ability to define custom deployment configurations is also available. For more information, see [Validate the state of an Amazon ECS service before deployment ](./deployment-type-bluegreen.html). |  February 6, 2020  
+Added additional CodeDeploy deployment configuration options for blue/green deployments |  The CodeDeploy service added new canary and linear deployment configurations for the Amazon ECS deployment type. The ability to define custom deployment configurations is also available. For more information, see [CodeDeploy blue/green deployments for Amazon ECS](./deployment-type-bluegreen.html). |  February 6, 2020  
@@ -187 +190 @@ AWS Fargate region expansion |  AWS Fargate with Amazon ECS has expanded to the
-Amazon ECS blue/green deployments |  Amazon ECS added support for blue/green deployments using CodeDeploy. This deployment type allows you to verify a new deployment of a service before sending production traffic to it. For more information, see [Validate the state of an Amazon ECS service before deployment ](./deployment-type-bluegreen.html). |  November 27, 2018  
+Amazon ECS blue/green deployments |  Amazon ECS added support for blue/green deployments using CodeDeploy. This deployment type allows you to verify a new deployment of a service before sending production traffic to it. For more information, see [CodeDeploy blue/green deployments for Amazon ECS](./deployment-type-bluegreen.html). |  November 27, 2018  
@@ -223,2 +226,2 @@ Amazon ECS service scheduler strategies added | Amazon ECS introduced the concep
-  * `REPLICA`—The replica scheduling strategy places and maintains the desired number of tasks across your cluster. By default, the service scheduler spreads tasks across Availability Zones. You can use task placement strategies and constraints to customize task placement decisions. For more information, see [Replica strategy](./ecs_services.html#service_scheduler_replica).
-  * `DAEMON`—The daemon scheduling strategy deploys exactly one task on each active container instance that meets all of the task placement constraints that you specify in your cluster. When using this strategy, there is no need to specify a desired number of tasks, a task placement strategy, or use Service Auto Scaling policies. For more information, see [Daemon strategy](./ecs_services.html#service_scheduler_daemon).
+  * `REPLICA`—The replica scheduling strategy places and maintains the desired number of tasks across your cluster. By default, the service scheduler spreads tasks across Availability Zones. You can use task placement strategies and constraints to customize task placement decisions. For more information, see [Replica scheduling strategy](./ecs_service-options.html#service_scheduler_replica).
+  * `DAEMON`—The daemon scheduling strategy deploys exactly one task on each active container instance that meets all of the task placement constraints that you specify in your cluster. When using this strategy, there is no need to specify a desired number of tasks, a task placement strategy, or use Service Auto Scaling policies. For more information, see [Daemon scheduling strategy](./ecs_service-options.html#service_scheduler_daemon).