By default, the maximum size for a CloudFormation template file is 51,200 bytes. Using larger template files, up to 460,800 bytes, requires that you upload them to an S3 bucket before deployment.
You use the templateBucket
property to instruct Takomo to upload template files to a specific S3 bucket before the deployment. The bucket must exist.
The templateBucket
property is an object with two properties: name
and keyPrefix
. The former is required and used to specify the bucket's name, and the latter is optional and specifies the object key prefix under which Takomo uploads the templates files.
Specifying a template bucket with a key prefix:
Specifying a template bucket with just a name:
templateBucket
property can be defined in:
When templateBucket
property is defined in a stack group configuration file:
When templateBucket
property is defined in a blueprint configuration file:
When templateBucket
property is defined in a stack configuration file:
The templateBucket
property must satisfy these requirements: