Examples of using Stack template in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
For more information, see Modifying a Stack Template.
Your stack templates describe the configuration of your AWS resources, such as their property values.
In the Parameters section, specify parameters that are defined in the stack template.
If you have IAM resources in your stack template, you must specify this property.
During an update,the template developer can specify new Properties in the stack template.
If you modified the stack template, specify the location of the updated template. .
Updates that completely remove resources from a stack template require this action.
These are name/value pairs, andthe names correspond to the Fn::GetAtt attributes used with the custom resource in the stack template.
Your parameter values can be used in the stack template to modify how resources are configured.
For more information about modifying templates during an update, see Modifying a Stack Template.
You don't need to get a copy of the stack template ormake modifications to the stack template.
Select No if you want the stack's state retained even if creation fails,such as when you are debugging a stack template.
For example, if you remove the resource from the stack template, and then update the stack with the template. .
After selecting a stack template, specify the stack name and values for the parameters that were defined in the template. .
The AWS Simple Monthly Calculator displays values from your stack template and launch settings.
For example, you must specify CAPABILITY_IAM if your stack template contains AWS Identity and Access Management(IAM) resources.
After the rollback is complete, the state of the skipped resourceswill be inconsistent with the state of the resources in the stack template.
If you want to modify resources andproperties that are declared in a stack template, you must modify the stack's template.
In addition to AWS CloudFormation actions, IAM users who create or delete stacks require additional permissions that depends on the stack templates.
For example,if a comma-delimited string of subnet IDs is imported to your stack template, you can split the string at each comma.
AWS CloudFormation sends an Amazon SNS notification to the resource provider with a"RequestType":"Create" that contains information about the stack, the custom resource properties from the stack template, and an S3 URL for the response.
AWS CloudFormation gets the current properties specified in the stack template along with the SNS topic, and prepares to make a request to the custom resource provider.
You can use IAM with AWS CloudFormation to specify what AWS CloudFormation actions users can perform,such as viewing stack templates, creating stacks, or deleting stacks. .
A nested stack might fail to roll back because ofchanges that were made outside of AWS CloudFormation, when the stack template doesn't accurately reflect the state of the stack. .