AWS AWSCloudFormation documentation change
Summary
Updated branding from 'AWS CloudFormation' to 'CloudFormation' in documentation headers and syntax instructions, plus clarification about CloudFormation stack deletion impacts
Security assessment
While mentioning IAM role deletion risks, this is existing security guidance rather than new security documentation or vulnerability fixes
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-simspaceweaver-simulation.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-simspaceweaver-simulation.md index 287a3c918..daf382042 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-simspaceweaver-simulation.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-simspaceweaver-simulation.md @@ -5 +5 @@ SyntaxPropertiesReturn valuesExamples -This is the new _AWS CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). +This is the new _CloudFormation Template Reference Guide_. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). @@ -9 +9 @@ This is the new _AWS CloudFormation Template Reference Guide_. Please update you -Use the `AWS::SimSpaceWeaver::Simulation` resource to specify a simulation that AWS CloudFormation starts in the AWS Cloud, in your AWS account. In the resource properties section of your template, provide the name of an existing IAM role configured with the proper permissions, and the name of an existing Amazon S3 bucket. Your account must have permissions to read the Amazon S3 bucket. The Amazon S3 bucket must contain a valid schema. The schema must refer to simulation assets that are already uploaded to the AWS Cloud. For more information, see the [ detailed tutorial](https://docs.aws.amazon.com/simspaceweaver/latest/userguide/getting-started_detailed.html) in the _AWSSimSpace Weaver User Guide_. +Use the `AWS::SimSpaceWeaver::Simulation` resource to specify a simulation that CloudFormation starts in the AWS Cloud, in your AWS account. In the resource properties section of your template, provide the name of an existing IAM role configured with the proper permissions, and the name of an existing Amazon S3 bucket. Your account must have permissions to read the Amazon S3 bucket. The Amazon S3 bucket must contain a valid schema. The schema must refer to simulation assets that are already uploaded to the AWS Cloud. For more information, see the [ detailed tutorial](https://docs.aws.amazon.com/simspaceweaver/latest/userguide/getting-started_detailed.html) in the _AWSSimSpace Weaver User Guide_. @@ -15 +15 @@ Specify a `SnapshotS3Location` to start a simulation from a snapshot instead of -To declare this entity in your AWS CloudFormation template, use the following syntax: +To declare this entity in your CloudFormation template, use the following syntax: @@ -325 +325 @@ The following example starts a simulation from a snapshot instead of from a sche -We recommend that you make and use a copy of your original simulation's app role. The original simulation's app role could be deleted if you delete that simulation's AWS CloudFormation stack. +We recommend that you make and use a copy of your original simulation's app role. The original simulation's app role could be deleted if you delete that simulation's CloudFormation stack.