AWS parallelcluster documentation change
Summary
Updated 'AWS CloudFormation' to 'CloudFormation' in Lambda role ARN documentation
Security assessment
The change only modifies service name formatting without affecting security implications of the Lambda role configuration.
Diff
diff --git a/parallelcluster/latest/ug/Build-v3.md b/parallelcluster/latest/ug/Build-v3.md index 466e0c9dd..bea99f84b 100644 --- a//parallelcluster/latest/ug/Build-v3.md +++ b//parallelcluster/latest/ug/Build-v3.md @@ -135 +135 @@ Specifies an instance role to override the default instance role for the EC2 Ima -The ARN of the IAM role to use for the AWS Lambda function that backs the AWS CloudFormation custom resource that removes build artifacts on build completion. Lambda needs to be configured as the principal allowed to assume the role. The format is `arn:`Partition`:iam::`Account`:role/`RoleName``. +The ARN of the IAM role to use for the AWS Lambda function that backs the CloudFormation custom resource that removes build artifacts on build completion. Lambda needs to be configured as the principal allowed to assume the role. The format is `arn:`Partition`:iam::`Account`:role/`RoleName``.