AWS parallelcluster documentation change
Summary
Updated IAM policy examples with specific ARN values (account IDs, regions) and added JSON formatting markers
Security assessment
Changes involve correcting placeholder values in policy examples and formatting improvements. No explicit security vulnerability or security feature addition is mentioned.
Diff
diff --git a/parallelcluster/latest/ug/tutorial-create-ami-terraform-permissions.md b/parallelcluster/latest/ug/tutorial-create-ami-terraform-permissions.md index d551e1cb7..41d20987a 100644 --- a//parallelcluster/latest/ug/tutorial-create-ami-terraform-permissions.md +++ b//parallelcluster/latest/ug/tutorial-create-ami-terraform-permissions.md @@ -15,0 +16,6 @@ You need the following permissions to deploy a custom AMI with Terraform: +JSON + + +**** + + @@ -22 +28 @@ You need the following permissions to deploy a custom AMI 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 custom AMI with Terraform: - "Resource": "arn:PARTITION:cloudformation:REGION:ACCOUNT:stack/*", + "Resource": "arn:aws:us-east-1:ACCOUNT:stack/*",