AWS AmazonECS documentation change
Summary
Added deployment trigger notes for multiple service parameters
Security assessment
Changes only clarify which parameters trigger redeployments during service updates. No security vulnerabilities or security features are mentioned.
Diff
diff --git a/AmazonECS/latest/developerguide/service_definition_parameters.md b/AmazonECS/latest/developerguide/service_definition_parameters.md index 5e657b01c..cc0c90839 100644 --- a//AmazonECS/latest/developerguide/service_definition_parameters.md +++ b//AmazonECS/latest/developerguide/service_definition_parameters.md @@ -23,0 +24,2 @@ The launch type on which to run your service. If a launch type is not specified, +When you update a service, this parameter triggers a new service deployment. + @@ -36,0 +39,2 @@ The capacity provider strategy to use for the service. +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -90,0 +95,2 @@ The `family` and `revision` (`family:revision`) or full Amazon Resource Name (AR +When you update a service, this parameter triggers a new service deployment. + @@ -122,0 +129,2 @@ The platform version on which your tasks in the service are running. A platform +When you update a service, this parameter triggers a new service deployment. + @@ -187,0 +196,2 @@ The number of instantiations of the specified task definition to place and keep +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -202,0 +213,2 @@ Optional deployment parameters that control how many tasks run during the deploy +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -281,0 +294,2 @@ The deployment controller to use for the service. If no deployment controller is +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -318,0 +333,2 @@ An array of placement constraint objects to use for tasks in your service. You c +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -345,0 +362,2 @@ The placement strategy objects to use for tasks in your service. You can specify +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -376,0 +395,2 @@ The metadata that you apply to the service to help you categorize and organize t +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -409,0 +430,2 @@ Specifies whether to use Amazon ECS managed tags for the tasks in the service. I +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -420,0 +443,2 @@ Specifies whether to copy the tags from the task definition or the service to th +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -431,0 +456,2 @@ The network configuration for the service. This parameter is required for task d +When you update a service, this parameter triggers a new service deployment. + @@ -480,0 +507,2 @@ If your service's tasks take a while to start and respond, you can specify a hea +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -489,0 +518,2 @@ A load balancer object representing the load balancers to use with your service. +When you update a service, this parameter triggers a new service deployment. + @@ -542,0 +573,2 @@ The short name or full ARN of the IAM role that allows Amazon ECS to make calls +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -557,0 +590,2 @@ The configuration for this service to discover and connect to services, and be d +When you update a service, this parameter triggers a new service deployment. + @@ -682,0 +717,2 @@ The details of the service discovery configuration for your service. For more in +When you update a service, this parameter triggers a new service deployment. + @@ -740,0 +777,2 @@ Indicates whether the service uses Availability Zone rebalancing. The valid valu +When you update a service, this parameter doesn't trigger a new service deployment. + @@ -762,0 +801,2 @@ The configuration that will be used to create volumes for tasks that are managed +When you update a service, this parameter triggers a new service deployment. +