Skip to content

Commit cdfc926

Browse files
committed
Adjusted a link and changed IAM role to work across Commercial and GovCloud partitions
1 parent 2633376 commit cdfc926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipes/pcluster/isolated-clusters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
![](images/isolated-cluster.PNG)
77

8-
1. Browse [here](isolated-hpc-ad-cfn.yml) and download “isolated-hpc.cfn.yml”
8+
1. Browse [here](isolated-hpc.cfn.yml) and download “isolated-hpc.cfn.yml”
99
2. Browse [here](https://docs.aws.amazon.com/parallelcluster/latest/ug/install-v3-install-standalone.html) and download the latest pcluster installer that is contained in step 1 of the Linux x86 (64-bit) instructions. This will download a zip file to your local machine.
1010
3. Create an S3 bucket
1111

recipes/pcluster/isolated-clusters/isolated-hpc-ad-cfn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ Resources:
473473
Service: ec2.amazonaws.com
474474
Version: "2012-10-17"
475475
ManagedPolicyArns:
476-
- arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore
477-
- arn:aws:iam::aws:policy/AmazonSSMDirectoryServiceAccess
476+
- !Sub arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore
477+
- !Sub arn:${AWS::Partition}:iam::aws:policy/AmazonSSMDirectoryServiceAccess
478478
Policies:
479479
- PolicyDocument:
480480
Statement:

0 commit comments

Comments
 (0)