cloudformation
Settings related to CloudFormation signaling (
settings.cloudformation.*
)You can setup Bottlerocket to send successful host creation or update signals to AWS CloudFormation. See CreationPolicy and UpdatePolicy for more information about signaling in CloudFormation.
Note
These setting only function on aws-*
variants.
Setting list for settings.cloudformation
settings.cloudformation.logical-resource-id
settings.cloudformation.should-signal
settings.cloudformation.stack-name
Full Reference
settings.cloudformation.logical-resource-id
The logical ID of the AutoScalingGroup resource that you want to signal.
Also see:settings.cloudformation.should-signal
Controls if signals should be sent to CloudFormation.
Default: false
true
false
Note
If settings.cloudformation.should-signal
is true
, both settings.cloudformation.stack-name
and settings.cloudformation.logical-resource-id
are required.
settings.cloudformation.stack-name
Name of the CloudFormation Stack to signal.