You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/04-container-parallelcluster/02-update-PC.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ The first screen leave it as is, next advance to the **HeadNode** tab.
23
23
24
24
On the HeadNode tab add permission to access the [Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/) by adding the managed `AmazonEC2ContainerRegistryFullAccess`[AWS IAM](https://aws.amazon.com/iam/) policy.
25
25
26
-
1. Click the drop down on the **Advanced options**
27
-
2. Click the drop down on **IAM Policies**
26
+
1. Click the drop down on the **Advanced options**.
27
+
2. Click the drop down on **IAM Policies**.
28
28
3. Add in the policy `arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryFullAccess`. Click Add.
Next add in a script that installs Docker and Singularity on the Compute Nodes.
44
44
45
-
1. Dropdown **Advanced Options** on the queue you just created
46
-
2. Paste in the following url into **On Configured** section `https://github.com/aws-samples/aws-hpc-tutorials/blob/isc22/static/scripts/post-install/container-install.sh`
45
+
1. Dropdown **Advanced Options** on the queue you just created.
46
+
2. Paste in the following url into **On Configured** section `https://github.com/aws-samples/aws-hpc-tutorials/blob/isc22/static/scripts/post-install/container-install.sh`.
47
47
3. Expand **IAM Policies** and paste in the following policy `arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryFullAccess`. Click Add.
48
+
4. Click **Next** to continue to the **Update** section.
0 commit comments