You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Indicates whether to use Availability Zone rebalancing for the service.</p>
2802
2804
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html">Balancing an Amazon ECS service across Availability Zones</a> in
2803
-
* the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
2805
+
* the <i>
2806
+
* <i>Amazon Elastic Container Service Developer Guide</i>
* <p>Indicates whether to use Availability Zone rebalancing for the service.</p>
3979
3983
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html">Balancing an Amazon ECS service across Availability Zones</a> in
3980
-
* the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
3984
+
* the <i>
3985
+
* <i>Amazon Elastic Container Service Developer Guide</i>
* that's configured to use a Classic Load Balancer.</p>
5047
5053
* </li>
5048
5054
* </ul>
5055
+
* <p>For an example of how to specify a task definition with multiple containers where container dependency is specified, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/example_task_definitions.html#example_task_definition-containerdependency">Container dependency</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
* <p>The Linux capabilities to add or remove from the default Docker configuration for a
5111
5121
* container defined in the task definition. For more detailed information about these
5112
5122
* Linux capabilities, see the <a href="http://man7.org/linux/man-pages/man7/capabilities.7.html">capabilities(7)</a> Linux manual page.</p>
5123
+
* <p>The following describes how Docker processes the Linux capabilities specified in the <code>add</code> and
5124
+
* <code>drop</code> request parameters. For information about the latest behavior, see
5125
+
* <a href="https://forums.docker.com/t/docker-compose-order-of-cap-drop-and-cap-add/97136/1">Docker Compose: order of cap_drop and cap_add</a> in the Docker Community Forum.</p>
5126
+
* <ul>
5127
+
* <li>
5128
+
* <p>When the container is a privleged container, the container capabilities are all of the
5129
+
* default Docker capabilities. The capabilities specified in the <code>add</code>
5130
+
* request parameter, and the <code>drop</code> request parameter are
5131
+
* ignored.</p>
5132
+
* </li>
5133
+
* <li>
5134
+
* <p>When the <code>add</code> request parameter is set to ALL, the container
5135
+
* capabilities are all of the default Docker capabilities, excluding those
5136
+
* specified in the <code>drop</code> request parameter.</p>
5137
+
* </li>
5138
+
* <li>
5139
+
* <p>When the <code>drop</code> request parameter is set to ALL, the container capabilities are
5140
+
* the capabilities specified in the <code>add</code> request parameter.</p>
5141
+
* </li>
5142
+
* <li>
5143
+
* <p>When the <code>add</code> request parameter and the <code>drop</code> request parameter are both empty, the capabilities the container
5144
+
* capabilities are all of the default Docker capabilities.</p>
5145
+
* </li>
5146
+
* <li>
5147
+
* <p>The default is to first drop the capabilities specified in the <code>drop</code> request
5148
+
* parameter, and then add the capabilities specified in the <code>add</code>
* <p>In order to tag a service that has the following ARN format, you need to migrate the
13218
+
* service to the long ARN. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-arn-migration.html">Migrate an Amazon ECS short service ARN to a long ARN</a> in the <i>Amazon Elastic Container Service
* <p>Indicates whether to use Availability Zone rebalancing for the service.</p>
379
379
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html">Balancing an Amazon ECS service across Availability Zones</a> in
380
-
* the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
380
+
* the <i>
381
+
* <i>Amazon Elastic Container Service Developer Guide</i>
0 commit comments