ParallelCluster Flashcards

1
Q

ParallelCluster

A

An AWS-supported open source cluster management tool for deploying and managing High Performance Computing (HPC) clusters on AWS. ParallelCluster uses a simple text file to model and provision all the resources needed for your HPC applications in an automated and secure manner.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does ParallelCluster work?

A

AWS ParallelCluster provisions a master instance for build and control, a cluster of compute instances, a shared filesystem, and a batch scheduler. You can also extend and customize your use cases using custom pre-install and post-install bootstrap actions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What schedulers are support with ParallelCluster?

A

-SGE (Son of Grid Engine)
-Torque
-Slurm
-AWS Batch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What types does ParallelCluster support?

A

AWS ParallelCluster supports On-Demand, Reserved, and Spot Instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Networking requirements for ParallelCluster?

A

AWS ParallelCluster uses Amazon Virtual Private Cloud (VPC) for networking. The VPC must have DNS Resolution = yes, DNS Hostnames = yes and DHCP options with the correct domain-name for the Region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ParallelCluster supports the following high-level network configurations?

A

-One subnet for both master and compute instances.
-Two subnets, with the master in one public subnet, and compute instances in a private subnet. The subnets can be new or existing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True/False. AWS ParallelCluster can also be deployed to use an HTTP proxy for all AWS requests.

A

True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the default storage configuration for ParallelCluster?

A

By default, AWS ParallelCluster automatically configures an external volume of 15 GB of Elastic Block Storage (EBS) attached to the cluster’s master node and exported to the cluster’s compute nodes via Network File System (NFS).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What storage solutions does ParallelCluster support?

A

-AWS ParallelCluster is also compatible with Amazon Elastic File System (EFS), RAID, and Amazon FSx for Lustre file systems.
-You can configure AWS ParallelCluster with Amazon S3 object storage as the source of job inputs or as a destination for job output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does a default ParallelCluster configuration use for all configuration parameters?

A

By default, AWS ParallelCluster uses the file ~/.parallelcluster/config for all configuration parameters. A custom configuration file may be specified via the -c or –config command line option or the AWS_PCLUSTER_CONFIG_FILE environment variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What sections of the config file are required for ParallelCluster?

A

The following sections are required:
-[global] section and [aws] section.
-At least one [cluster] section and one [vpc] section.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the process of a running cluster?

A

When a cluster is running, a process called a jobwatcher monitors the configured scheduler ( SGE , Slurm , or Torque ) and each minute, it evaluates the queue in order to decide when to scale up.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a jobwatcher?

A

Monitors the configured scheduler and each minute, it evaluates the queue in order to decide when to scale up.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a sqswatcher?

A

The sqswatcher process monitors for Amazon SQS messages that are sent by Auto Scaling, to notify you of state changes within the cluster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a nodewatcher?

A

The nodewatcher process runs on each node in the compute fleet and terminates instances that have been idle for a set amount of time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How is ParallelCluster priced?

A

AWS ParallelCluster is available at no additional charge. You pay only for the AWS resources needed to run your applications.

17
Q

Limitations of ParallelCluster?

A

-AWS ParallelCluster does not support building Windows clusters.
-AWS ParallelCluster does not currently support mixed instance types for a cluster. However, you can pick one instance type for the master node and another instance type for the compute nodes.