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
Copy file name to clipboardExpand all lines: clients/client-batch/src/Batch.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,10 @@ export class Batch extends BatchClient {
170
170
* your container instances into that Amazon ECS cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_container_instance.html">Launching an Amazon ECS container instance</a> in the
171
171
* <i>Amazon Elastic Container Service Developer Guide</i>.</p>
172
172
* <note>
173
+
* <p>To create a compute environment that uses EKS resources, the caller must have permissions to call
174
+
* <code>eks:DescribeCluster</code>.</p>
175
+
* </note>
176
+
* <note>
173
177
* <p>Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it
174
178
* also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is
175
179
* available. You're responsible for the management of the guest operating system. This includes any updates and
* your container instances into that Amazon ECS cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_container_instance.html">Launching an Amazon ECS container instance</a> in the
49
49
* <i>Amazon Elastic Container Service Developer Guide</i>.</p>
50
50
* <note>
51
+
* <p>To create a compute environment that uses EKS resources, the caller must have permissions to call
52
+
* <code>eks:DescribeCluster</code>.</p>
53
+
* </note>
54
+
* <note>
51
55
* <p>Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it
52
56
* also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is
53
57
* available. You're responsible for the management of the guest operating system. This includes any updates and
* <a href="https://docs.docker.com/engine/reference/run/">docker run</a>. Each vCPU is equivalent to 1,024 CPU shares. For EC2
1639
1664
* resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be
1640
1665
* specified for each node at least once.</p>
1666
+
* <p>The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more information about
1667
+
* Fargate quotas, see <a href="https://docs.aws.amazon.com/general/latest/gr/ecs-service.html#service-quotas-fargate">Fargate quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
1641
1668
* <p>For jobs that are running on Fargate resources, then <code>value</code> must match one of the supported
1642
1669
* values and the <code>MEMORY</code> values must be one of the values supported for that <code>VCPU</code> value.
1643
-
* The supported values are 0.25, 0.5, 1, 2, and 4</p>
1670
+
* The supported values are 0.25, 0.5, 1, 2, 4, 8, and 16</p>
* that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver
2412
2451
* inherited from the node. For more information, see <a href="https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy">Pod's DNS
2413
2452
* policy</a> in the <i>Kubernetes documentation</i>.</p>
* <p>The DNS policy for the pod. The default value is <code>ClusterFirst</code>. If the <code>hostNetwork</code>
3190
3228
* parameter is not specified, the default is <code>ClusterFirstWithHostNet</code>. <code>ClusterFirst</code> indicates
3191
3229
* that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver
3192
-
* inherited from the node. For more information, see <a href="https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy">Pod's DNS
3230
+
* inherited from the node. If no value was specified for <code>dnsPolicy</code> in the <a href="https://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html">RegisterJobDefinition</a> API operation, then no
3231
+
* value will be returned for <code>dnsPolicy</code> by either of <a href="https://docs.aws.amazon.com/batch/latest/APIReference/API_DescribeJobDefinitions.html">DescribeJobDefinitions</a> or <a href="https://docs.aws.amazon.com/batch/latest/APIReference/API_DescribeJobs.html">DescribeJobs</a> API operations. The
3232
+
* pod spec setting will contain either <code>ClusterFirst</code> or <code>ClusterFirstWithHostNet</code>, depending
3233
+
* on the value of the <code>hostNetwork</code> parameter. For more information, see <a href="https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy">Pod's DNS
3193
3234
* policy</a> in the <i>Kubernetes documentation</i>.</p>
0 commit comments