This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Amplify::App JobConfig
Describes the configuration details that apply to the jobs for an Amplify app.
Use JobConfig
to apply configuration to jobs, such as customizing the build instance size when you create or
update an Amplify app. For more information about customizable build
instances, see Custom build instances in the Amplify User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BuildComputeType" :
String
}
YAML
BuildComputeType:
String
Properties
BuildComputeType
-
Specifies the size of the build instance. Amplify supports three instance sizes:
STANDARD_8GB
,LARGE_16GB
, andXLARGE_72GB
. If you don't specify a value, Amplify uses theSTANDARD_8GB
default.The following list describes the CPU, memory, and storage capacity for each build instance type:
- STANDARD_8GB
-
-
vCPUs: 4
-
Memory: 8 GiB
-
Disk space: 128 GB
-
- LARGE_16GB
-
-
vCPUs: 8
-
Memory: 16 GiB
-
Disk space: 128 GB
-
- XLARGE_72GB
-
-
vCPUs: 36
-
Memory: 72 GiB
-
Disk space: 256 GB
-
Required: Yes
Type: String
Allowed values:
STANDARD_8GB | LARGE_16GB | XLARGE_72GB
Update requires: No interruption