AWS parallelcluster documentation change
Summary
Updated IAM policy examples with specific ARN values (account IDs, regions) and added JSON formatting markers
Security assessment
Similar to other Terraform permission files, updates focus on example accuracy and formatting without addressing security issues or documenting new security features.
Diff
diff --git a/parallelcluster/latest/ug/tutorial-create-cluster-terraform-permissions.md b/parallelcluster/latest/ug/tutorial-create-cluster-terraform-permissions.md index 624646b51..e26462680 100644 --- a//parallelcluster/latest/ug/tutorial-create-cluster-terraform-permissions.md +++ b//parallelcluster/latest/ug/tutorial-create-cluster-terraform-permissions.md @@ -15,0 +16,6 @@ You need the following permissions to deploy a cluster with Terraform: +JSON + + +**** + + @@ -22 +28 @@ You need the following permissions to deploy a cluster with Terraform: - "Resource": "arn:PARTITION:iam::ACCOUNT:role/PCAPIUserRole-*", + "Resource": "arn:aws::111122223333:role/PCAPIUserRole-*", @@ -30 +36 @@ You need the following permissions to deploy a cluster with Terraform: - "Resource": "arn:PARTITION:cloudformation:REGION:ACCOUNT:stack/*", + "Resource": "arn:aws:us-east-1:ACCOUNT:stack/*",