AWS parallelcluster documentation change
Summary
Fixed duplicate wording in S3 bucket description ('used are used' → 'used by')
Security assessment
Change is a minor grammatical correction without security implications. No modifications to security policies or configurations.
Diff
diff --git a/parallelcluster/latest/ug/cluster-configuration-file-v3.md b/parallelcluster/latest/ug/cluster-configuration-file-v3.md index 64f2b8f14..7fb8b47da 100644 --- a//parallelcluster/latest/ug/cluster-configuration-file-v3.md +++ b//parallelcluster/latest/ug/cluster-configuration-file-v3.md @@ -58 +58 @@ Specifies the AWS Region for the cluster. For example, `us-east-2`. -Specifies the name of an Amazon S3 bucket that is created in your AWS account to store resources that are used are used by your clusters, such as the cluster configuration file, and to export logs. AWS ParallelCluster maintains one Amazon S3 bucket in each AWS Region that you create clusters in. By default, these Amazon S3 buckets are named `parallelcluster-hash-v1-DO-NOT-DELETE`. +Specifies the name of an Amazon S3 bucket that is created in your AWS account to store resources that are used by your clusters, such as the cluster configuration file, and to export logs. AWS ParallelCluster maintains one Amazon S3 bucket in each AWS Region that you create clusters in. By default, these Amazon S3 buckets are named `parallelcluster-hash-v1-DO-NOT-DELETE`.