Skip to content

Commit 5225872

Browse files
bmbSean Smith
authored andcommitted
Update 02-update-PC.md
clarify end of step 3 so that we're in the right place at beginning of step 4
1 parent a6c9ae2 commit 5225872

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

content/04-container-parallelcluster/02-update-PC.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The first screen leave it as is, next advance to the **HeadNode** tab.
2323

2424
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.
2525

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**.
2828
3. Add in the policy `arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryFullAccess`. Click Add.
2929

3030
![HeadNode IAM](/images/container-pc/headnode-iam.png)
@@ -33,18 +33,19 @@ On the HeadNode tab add permission to access the [Amazon Elastic Container Regis
3333

3434
Click next twice to advance to the **Queues section**, here we're going to add a queue that has Docker and Singularity installed on the compute nodes.
3535

36-
1. Choose **Add Queue**
37-
2. Set the **Subnet** to the same subnet as the first queue (queue1)
38-
3. Set the **Dynamic Nodes** to `8`
39-
4. Set the **Instance Type** to `c5.xlarge`
36+
1. Choose **Add Queue**.
37+
2. Set the **Subnet** to the same subnet as the first queue (queue1).
38+
3. Set the **Dynamic Nodes** to `8`.
39+
4. Set the **Instance Type** to `c5.xlarge`.
4040

4141
![Queue Edit](/images/container-pc/queue-edit.png)
4242

4343
Next add in a script that installs Docker and Singularity on the Compute Nodes.
4444

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`.
4747
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.
4849

4950
![Advanced Options](/images/container-pc/queue-iam.png)
5051

0 commit comments

Comments
 (0)