AWS pcs documentation change
Summary
Updated references to CloudFormation by removing 'AWS' prefix in multiple places and updated a link text
Security assessment
Changes are branding updates (removing 'AWS' from CloudFormation references) and minor text adjustments. No security vulnerabilities, features, or configurations are mentioned or modified.
Diff
diff --git a/pcs/latest/userguide/get-started-cfn-template-parts.md b/pcs/latest/userguide/get-started-cfn-template-parts.md index 3415c7055..f6e8f29eb 100644 --- a//pcs/latest/userguide/get-started-cfn-template-parts.md +++ b//pcs/latest/userguide/get-started-cfn-template-parts.md @@ -9 +9 @@ HeaderMetadataParametersMappingsResourcesOutputs -A CloudFormation template has 1 or more sections that each serve a specific purpose. AWS CloudFormation defines standard format, syntax, and language in a template. For more information, see [Working with CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-guide.html) in the _AWS CloudFormation User Guide_. +A CloudFormation template has 1 or more sections that each serve a specific purpose. CloudFormation defines standard format, syntax, and language in a template. For more information, see [Working with CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-guide.html) in the _AWS CloudFormation User Guide_. @@ -15 +15 @@ CloudFormation templates are highly customizable and therefore their formats can -The code samples in this topic are **not complete**. The presence of ellipsis (`[...]`) indicates that there is additional code that isn't displayed. To download the complete YAML-formatted CloudFormation template, see [AWS CloudFormation templates to create a sample AWS PCS cluster](./get-started-cfn-sample-templates.html). +The code samples in this topic are **not complete**. The presence of ellipsis (`[...]`) indicates that there is additional code that isn't displayed. To download the complete YAML-formatted CloudFormation template, see [CloudFormation templates to create a sample AWS PCS cluster](./get-started-cfn-sample-templates.html). @@ -43 +43 @@ The code samples in this topic are **not complete**. The presence of ellipsis (` -`Transform` specifies a macro that CloudFormation uses to process the template. For more information, see [CloudFormation template Transform section](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-section-structure.html) in the _AWS CloudFormation User Guide_. The `AWS::Serverless-2016-10-31` transform enables AWS CloudFormation to process a template written in the AWS Serverless Application Model (AWS SAM) syntax. For more information, see [`AWS::Serverless` transform](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) in the _AWS CloudFormation User Guide_. +`Transform` specifies a macro that CloudFormation uses to process the template. For more information, see [CloudFormation template Transform section](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-section-structure.html) in the _AWS CloudFormation User Guide_. The `AWS::Serverless-2016-10-31` transform enables CloudFormation to process a template written in the AWS Serverless Application Model (AWS SAM) syntax. For more information, see [`AWS::Serverless` transform](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) in the _AWS CloudFormation User Guide_. @@ -70 +70 @@ The code samples in this topic are **not complete**. The presence of ellipsis (` -The `metadata` section of a CloudFormation template provides information about the template itself. The sample template creates a complete high performance computing (HPC) cluster that uses AWS PCS. The metadata section of the sample template declares parameters that control how AWS CloudFormation launches (provisions) the corresponding stack. There are parameters that control architecture choice (`NodeArchitecture`), Slurm version (`SlurmVersion`), and access controls (`KeyName` and `ClientIpCidr`). +The `metadata` section of a CloudFormation template provides information about the template itself. The sample template creates a complete high performance computing (HPC) cluster that uses AWS PCS. The metadata section of the sample template declares parameters that control how CloudFormation launches (provisions) the corresponding stack. There are parameters that control architecture choice (`NodeArchitecture`), Slurm version (`SlurmVersion`), and access controls (`KeyName` and `ClientIpCidr`). @@ -74 +74 @@ The `metadata` section of a CloudFormation template provides information about t -The `Parameters` section defines the custom parameters for the template. AWS CloudFormation uses these parameter definitions to construct and validate the form that you interact with when you launch a stack from this template. +The `Parameters` section defines the custom parameters for the template. CloudFormation uses these parameter definitions to construct and validate the form that you interact with when you launch a stack from this template.