Skip to content

Tidy up lab numbering and add cost accounting lab #459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/02-deploy-pcm/01-deploy-pcm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "a. Deploy ParallelCluster UI"
weight = 31
weight = 21
tags = ["tutorial", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/02-deploy-pcm/02-connect-pcm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "b. Connect to ParallelCluster UI"
weight = 32
weight = 22
tags = ["tutorial", "cloud9", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/02-deploy-pcm/03-summary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "c. Summary"
weight = 32
weight = 23
tags = ["tutorial", "cloud9", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/01-requirement_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "Prerequisites"
date = 2019-09-18T10:46:30-04:00
draft = false
weight = 21
weight = 31
tags = ["tutorial", "Prerequisite", "ec2"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/02-aws-console-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "a. Sign in to the Console"
date = 2019-09-18T10:46:30-04:00
draft = false
weight = 22
weight = 32
tags = ["tutorial", "aws console", "ec2"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/03-start_cloud9.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "b. Create a Cloud9 Environment"
weight = 23
weight = 33
tags = ["tutorial", "cloud9", "ParallelCluster"]
+++
![Cloud 9](/images/hpc-aws-parallelcluster-workshop/cloud9.png)
Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/04-start-aws-cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "c. Work with the AWS CLI"
weight = 25
weight = 34
tags = ["tutorial", "cloud9", "aws cli", "s3"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/05-key-pair-create.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "d. Create a Key Pair"
weight = 28
weight = 35
tags = ["tutorial", "cloud9", "aws cli", "ec2", "key-pair"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/06-install-pc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "e. Install AWS ParallelCluster"
date = 2019-09-18T10:46:30-04:00
weight = 41
weight = 36
tags = ["tutorial", "install", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/07-initialize-pcluster.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "f. (Optional) Create config with 'pcluster configure'"
date = 2019-09-18T10:46:30-04:00
weight = 42
weight = 37
tags = ["tutorial", "initialize", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/08-configure-pcluster.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "g. Create a Cluster Config"
date = 2019-09-18T10:46:30-04:00
weight = 43
weight = 38
tags = ["tutorial", "initialize", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/09-launch-pc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "h. Build an HPC Cluster"
date = 2019-09-18T10:46:30-04:00
weight = 44
weight = 39
tags = ["tutorial", "create", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/10-logon-pc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "i. Log in to Your Cluster"
date = 2019-09-18T10:46:30-04:00
weight = 45
weight = 40
tags = ["tutorial", "create", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/11-1stjob.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "j. Submit your first HPC job"
date = 2022-03-01T10:46:30-04:00
weight = 54
weight = 41
tags = ["tutorial", "create", "ParallelCluster"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/03-parallel-cluster-cli/99-summary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
title = "Summary"
weight = 99
weight = 42
tags = ["tutorial", "summary"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "a. Create a Cluster"
weight: 51
weight: 41
tags: ["tutorial", "cloud9", "ParallelCluster"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "b. Connect to the Cluster"
weight: 52
weight: 42
tags: ["tutorial", "cloud9", "ParallelCluster"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "c. Get to know your Cluster"
weight: 53
weight: 43
tags: ["tutorial", "parallelcluster-ui", "ParallelCluster"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "f. Submit your first HPC job"
date = 2022-03-01T10:46:30-04:00
weight = 54
weight = 44
tags = ["tutorial", "create", "ParallelCluster"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "g. Update your cluster"
date = 2022-03-01T10:46:30-04:00
weight = 55
weight = 45
tags = ["tutorial", "create", "ParallelCluster"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "h. Terminate Your Cluster"
date = 2019-09-18T10:46:30-04:00
weight = 56
weight = 46
tags = ["tutorial", "create", "ParallelCluster"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Create an HPC Cluster"
date: 2019-01-24T09:05:54Z
weight: 50
weight: 40
pre: "<b>IV ⁃ </b>"
tags: ["HPC", "Overview"]
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "a. Create HPC Cluster"
date = 2019-09-18T10:46:30-04:00
weight = 10
weight = 51
tags = ["configuration", "FSx", "ParallelCluster"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "b. Create FSx Lustre"
date = 2019-09-18T10:46:30-04:00
weight = 20
weight = 52
tags = ["configuration", "FSx", "ParallelCluster"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "c. Create S3 Bucket"
date = 2019-09-18T10:46:30-04:00
weight = 30
weight = 53
tags = ["configuration", "FSx", "ParallelCluster"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "d. Link S3 to FSx Lustre"
date = 2019-09-18T10:46:30-04:00
weight = 40
weight = 54
tags = ["configuration", "FSx", "ParallelCluster"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "e. Examine the File System"
date = 2019-09-18T10:46:30-04:00
weight = 50
weight = 55
tags = ["tutorial", "HSM", "FSx"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "f. About Lazy File Loading"
date = 2019-09-18T10:46:30-04:00
weight = 60
weight = 56
tags = ["tutorial", "HSM", "FSx", "Laxy Load"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "g. Install IOR Benchmark Tool"
date = 2019-09-18T10:46:30-04:00
weight = 70
weight = 57
tags = ["tutorial", "install", "FSx", "Performances"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "h. View Metrics with CloudWatch"
date = 2019-09-18T10:46:30-04:00
weight = 80
weight = 58
tags = ["tutorial", "IOR", "FSx", "metrics"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "i. Test IO Performance"
date = 2019-09-18T10:46:30-04:00
weight = 90
weight = 59
tags = ["tutorial", "IOR", "FSx", "Performances"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "j. Summary and Cleanup"
date = 2019-09-18T10:46:30-04:00
weight = 100
weight = 60
tags = ["tutorial", "FSx", "summary"]
+++

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Build a High-Performance File System"
date: 2019-01-24T09:05:54Z
weight: 200
weight: 50
pre: "<b>V ⁃ </b>"
tags: ["HPC", "Overview", "Batch"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Remote Visualization using NICE DCV"
date: 2019-01-24T09:05:54Z
weight: 400
weight: 60
pre: "<b>VI ⁃ </b>"
tags: ["HPC", "NICE", "Visualization", "Remote Desktop"]
---
Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/pcluster/01-connect-dcv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "a. Connect to your NICE DCV Session"
date = 2019-09-18T10:46:30-04:00
weight = 80
weight = 11
tags = ["tutorial", "NICE DCV", "ParallelCluster", "Remote Desktop"]

+++
Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/pcluster/02-configure-pc-dcv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "a. Create a cluster configured with NICE DCV"
date = 2019-09-18T10:46:30-04:00
weight = 50
weight = 12
tags = ["tutorial", "initialize", "ParallelCluster", "DCV"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/pcluster/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "DCV Connect in ParallelCluster"
date: 2019-01-24T09:05:54Z
weight: 20
weight: 10
tags: ["HPC", "NICE", "Visualization", "Remote Desktop"]
---

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/queue/01-create-sg.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "a. Create Security Group"
date = 2019-09-18T10:46:30-04:00
weight = 10
weight = 21
tags = ["tutorial", "NICE DCV", "ParallelCluster", "Remote Desktop"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/queue/02-edit-cluster.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "b. Modify Cluster Configuration"
date = 2019-09-18T10:46:30-04:00
weight = 11
weight = 22
tags = ["tutorial", "NICE DCV", "ParallelCluster", "Remote Desktop"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/queue/03-create-dcv-session.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "c. Create DCV Session"
date = 2019-09-18T10:46:30-04:00
weight = 12
weight = 23
tags = ["tutorial", "NICE DCV", "ParallelCluster", "Remote Desktop"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/queue/04-no-ingress-dcv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "d. No-Ingress DCV Session"
date = 2019-09-18T10:46:30-04:00
weight = 13
weight = 24
tags = ["tutorial", "NICE DCV", "ParallelCluster", "Remote Desktop"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/queue/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "DCV Queue in ParallelCluster"
date: 2019-01-24T09:05:54Z
weight: 30
weight: 20
tags: ["HPC", "NICE", "Visualization", "Remote Desktop"]
---

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/standalone/08-deploy-ec2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "a. Deploy EC2 instance with NICE DCV"
date = 2019-01-24T09:05:54Z
weight = 140
weight = 31
tags = ["HPC", "NICE", "Visualization", "Remote Desktop", "Native Client"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/standalone/09-connect-ec2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "b. Connect to NICE DCV EC2 Instance"
date = 2019-01-24T09:05:54Z
weight = 160
weight = 32
tags = ["HPC", "NICE", "Visualization", "Remote Desktop", "Web Browser", "Native Client"]
+++

Expand Down
2 changes: 1 addition & 1 deletion content/06-nice-dcv/standalone/10-connect-dcv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "c. Connect to Remote Desktop Session"
date = 2019-01-24T09:05:54Z
weight = 180
weight = 33
tags = ["HPC", "NICE", "Visualization", "Remote Desktop", "Web Browser", "Native Client"]
+++

Expand Down
Loading