AWS AWSCloudFormation documentation change
Summary
Changed references from 'AWS CloudFormation' to 'CloudFormation' in introduction and resource creation notes
Security assessment
Updates reflect product name standardization without any security implications or security documentation additions
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-eks-fargateprofile.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-eks-fargateprofile.md index faec185b6..ec263173e 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-eks-fargateprofile.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-eks-fargateprofile.md @@ -5 +5 @@ SyntaxPropertiesReturn valuesRemarksExamplesSee also -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). @@ -23 +23 @@ For more information, see [AWS Fargate profile](https://docs.aws.amazon.com/eks/ -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: @@ -162 +162 @@ _Creating a Fargate profile and identity provider config resources in the same t -If AWS CloudFormation attempts to create both resources at the same time, resource creation fails. If you want to create both resources in the same template, then add the `DependsOn` property in your template, as shown in the examples. +If CloudFormation attempts to create both resources at the same time, resource creation fails. If you want to create both resources in the same template, then add the `DependsOn` property in your template, as shown in the examples.