AWS AWSCloudFormation documentation change
Summary
Updated documentation links from UserGuide to TemplateReference for IAM resources and minor wording changes in parameter descriptions
Security assessment
Changes involve URL path corrections and grammatical improvements without introducing new security content or addressing vulnerabilities. The security-related IAM resources mentioned were already documented, and the updates don't alter their security implications.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md index c04a41b00..dcf81fae9 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-stack.md @@ -177 +177 @@ If your stack template contains these resources, we recommend that you review al - * [AWS::IAM::AccessKey](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html) + * [AWS::IAM::AccessKey](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-accesskey.html) @@ -179 +179 @@ If your stack template contains these resources, we recommend that you review al - * [AWS::IAM::Group](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html) + * [AWS::IAM::Group](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-group.html) @@ -181 +181 @@ If your stack template contains these resources, we recommend that you review al - * [AWS::IAM::InstanceProfile](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html) + * [AWS::IAM::InstanceProfile](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-instanceprofile.html) @@ -183 +183 @@ If your stack template contains these resources, we recommend that you review al - * [AWS::IAM::Policy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html) + * [AWS::IAM::Policy](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-policy.html) @@ -185 +185 @@ If your stack template contains these resources, we recommend that you review al - * [AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html) + * [AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-role.html) @@ -187 +187 @@ If your stack template contains these resources, we recommend that you review al - * [AWS::IAM::User](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html) + * [AWS::IAM::User](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-user.html) @@ -189 +189 @@ If your stack template contains these resources, we recommend that you review al - * [ AWS::IAM::UserToGroupAddition ](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html) + * [ AWS::IAM::UserToGroupAddition ](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-usertogroupaddition.html) @@ -413 +413 @@ _Required_ : Yes -Structure containing the stack policy body. For more information, go to [Prevent updates to stack resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the _AWS CloudFormation User Guide_. You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both. +Structure that contains the stack policy body. For more information, see [Prevent updates to stack resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the _AWS CloudFormation User Guide_. You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both. @@ -428 +428 @@ _Required_ : No -Location of a file containing the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same Region as the stack. You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both. +Location of a file that contains the stack policy. The URL must point to a policy (maximum size: 16 KB) located in an S3 bucket in the same Region as the stack. You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both. @@ -480 +480 @@ _Required_ : No -Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. +Structure that contains the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. @@ -495 +495 @@ _Required_ : No -The URL of a file containing the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with `https://`. +The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with `https://`.