Skip to content

Commit 4f02729

Browse files
author
awstools
committed
docs(client-batch): This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture with Fargate Spot compute support.
1 parent 100ddff commit 4f02729

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

clients/client-batch/src/models/models_0.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,8 +2859,8 @@ export interface RuntimePlatform {
28592859
* compute environment is found.</p>
28602860
* </note>
28612861
* <note>
2862-
* <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on Fargate.
2863-
* A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is submitted to a job
2862+
* <p>Fargate Spot is not supported on Windows-based containers on Fargate.
2863+
* A job queue will be blocked if a Windows job is submitted to a job
28642864
* queue with only Fargate Spot compute environments. However, you can attach both <code>FARGATE</code> and
28652865
* <code>FARGATE_SPOT</code> compute environments to the same job queue.</p>
28662866
* </note>
@@ -2869,14 +2869,14 @@ export interface RuntimePlatform {
28692869
operatingSystemFamily?: string | undefined;
28702870

28712871
/**
2872-
* <p> The vCPU architecture. The default value is <code>X86_64</code>. Valid values are
2872+
* <p>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are
28732873
* <code>X86_64</code> and <code>ARM64</code>.</p>
28742874
* <note>
28752875
* <p>This parameter must be set to <code>X86_64</code> for Windows containers.</p>
28762876
* </note>
28772877
* <note>
2878-
* <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on
2879-
* Fargate. A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is
2878+
* <p>Fargate Spot is not supported on Windows-based containers on
2879+
* Fargate. A job queue will be blocked if a Windows job is
28802880
* submitted to a job queue with only Fargate Spot compute environments. However, you can attach
28812881
* both <code>FARGATE</code> and <code>FARGATE_SPOT</code> compute environments to the same job
28822882
* queue.</p>

codegen/sdk-codegen/aws-models/batch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8488,13 +8488,13 @@
84888488
"operatingSystemFamily": {
84898489
"target": "com.amazonaws.batch#String",
84908490
"traits": {
8491-
"smithy.api#documentation": "<p>The operating system for the compute environment. Valid values are:\n <code>LINUX</code> (default), <code>WINDOWS_SERVER_2019_CORE</code>,\n <code>WINDOWS_SERVER_2019_FULL</code>, <code>WINDOWS_SERVER_2022_CORE</code>, and\n <code>WINDOWS_SERVER_2022_FULL</code>.</p>\n <note>\n <p>The following parameters can’t be set for Windows containers: <code>linuxParameters</code>,\n <code>privileged</code>, <code>user</code>, <code>ulimits</code>,\n <code>readonlyRootFilesystem</code>, and <code>efsVolumeConfiguration</code>.</p>\n </note>\n <note>\n <p>The Batch Scheduler checks the compute environments that are attached to the job queue before \n registering a task definition with Fargate. In this scenario, the job queue is where the job is \n submitted. If the job requires a Windows container and the first compute environment is <code>LINUX</code>, \n the compute environment is skipped and the next compute environment is checked until a Windows-based \n compute environment is found.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on Fargate. \n A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is submitted to a job \n queue with only Fargate Spot compute environments. However, you can attach both <code>FARGATE</code> and\n <code>FARGATE_SPOT</code> compute environments to the same job queue.</p>\n </note>"
8491+
"smithy.api#documentation": "<p>The operating system for the compute environment. Valid values are:\n <code>LINUX</code> (default), <code>WINDOWS_SERVER_2019_CORE</code>,\n <code>WINDOWS_SERVER_2019_FULL</code>, <code>WINDOWS_SERVER_2022_CORE</code>, and\n <code>WINDOWS_SERVER_2022_FULL</code>.</p>\n <note>\n <p>The following parameters can’t be set for Windows containers: <code>linuxParameters</code>,\n <code>privileged</code>, <code>user</code>, <code>ulimits</code>,\n <code>readonlyRootFilesystem</code>, and <code>efsVolumeConfiguration</code>.</p>\n </note>\n <note>\n <p>The Batch Scheduler checks the compute environments that are attached to the job queue before \n registering a task definition with Fargate. In this scenario, the job queue is where the job is \n submitted. If the job requires a Windows container and the first compute environment is <code>LINUX</code>, \n the compute environment is skipped and the next compute environment is checked until a Windows-based \n compute environment is found.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported on Windows-based containers on Fargate. \n A job queue will be blocked if a Windows job is submitted to a job \n queue with only Fargate Spot compute environments. However, you can attach both <code>FARGATE</code> and\n <code>FARGATE_SPOT</code> compute environments to the same job queue.</p>\n </note>"
84928492
}
84938493
},
84948494
"cpuArchitecture": {
84958495
"target": "com.amazonaws.batch#String",
84968496
"traits": {
8497-
"smithy.api#documentation": "<p> The vCPU architecture. The default value is <code>X86_64</code>. Valid values are\n <code>X86_64</code> and <code>ARM64</code>.</p>\n <note>\n <p>This parameter must be set to <code>X86_64</code> for Windows containers.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported for <code>ARM64</code> and Windows-based containers on\n Fargate. A job queue will be blocked if a Fargate <code>ARM64</code> or Windows job is\n submitted to a job queue with only Fargate Spot compute environments. However, you can attach\n both <code>FARGATE</code> and <code>FARGATE_SPOT</code> compute environments to the same job\n queue.</p>\n </note>"
8497+
"smithy.api#documentation": "<p>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are\n <code>X86_64</code> and <code>ARM64</code>.</p>\n <note>\n <p>This parameter must be set to <code>X86_64</code> for Windows containers.</p>\n </note>\n <note>\n <p>Fargate Spot is not supported on Windows-based containers on\n Fargate. A job queue will be blocked if a Windows job is\n submitted to a job queue with only Fargate Spot compute environments. However, you can attach\n both <code>FARGATE</code> and <code>FARGATE_SPOT</code> compute environments to the same job\n queue.</p>\n </note>"
84988498
}
84998499
}
85008500
},

0 commit comments

Comments
 (0)