Skip to content

Files

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
AWS ParallelCluster is an AWS supported Open Source cluster management tool that makes it easy for you to deploy and
manage High Performance Computing (HPC) clusters in the AWS cloud.
Built on the Open Source CfnCluster project, AWS ParallelCluster enables you to quickly build an HPC compute environment in AWS.
It automatically sets up the required compute resources and a shared filesystem and offers a variety of batch schedulers such as AWS Batch, SGE, Torque, and Slurm.
AWS ParallelCluster facilitates both quick start proof of concepts (POCs) and production deployments.
You can build higher level workflows, such as a Genomics portal that automates the entire DNA sequencing workflow, on top of AWS ParallelCluster.

    usage: pcluster [-h]
                    {create,update,delete,start,stop,status,list,instances,ssh,configure,version,createami}
                    ...

    pcluster is a tool to launch and manage a cluster.

    positional arguments:
      {create,update,delete,start,stop,status,list,instances,ssh,configure,version,createami}
        create              Creates a cluster.
        update              Updates a running cluster.
        delete              Deletes a cluster.
        start               Starts the compute fleet that has been stopped.
        stop                Stops the compute fleet, but leave the master server running for debugging/development.
        status              Pulls the current status of the cluster.
        list                Displays a list of stacks associated with AWS ParallelCluster.
        instances           Displays a list of all instances in a cluster.
        ssh                 Connects to the master server using SSH.
        configure           Starts the AWS ParallelCluster configuration.
        version             Displays version of AWS ParallelCluster.
        createami           (Linux/macOS) Creates a custom AMI to use with AWS ParallelCluster.

    optional arguments:
      -h, --help            Shows this help message and exits.

    For command specific flags run pcluster [command] --help