pcluster create
Creates a new cluster.
pcluster create [ -h ] [ -c
CONFIG_FILE
] [ -rREGION
] [ -nw ] [ -nr ] [ -uTEMPLATE_URL
] [ -tCLUSTER_TEMPLATE
] [ -pEXTRA_PARAMETERS
] [ -gTAGS
]cluster_name
Positional arguments
cluster_name
-
Defines the name of the cluster. The Amazon CloudFormation stack name is
parallelcluster-
.cluster_name
Named arguments
-h, --help
-
Shows the help text for
pcluster create
. -c
CONFIG_FILE
, --configCONFIG_FILE
-
Specifies the alternative configuration file to use.
Defaults to
~/.parallelcluster/config
. -r
REGION
, --regionREGION
-
Specifies the Amazon Web Services Region to use. The priority order used to select the Amazon Web Services Region for a new cluster is as follows:
-
-r
or--region
parameter to pcluster create. -
AWS_DEFAULT_REGION
environment variable. -
aws_region_name
setting in[aws]
section of Amazon ParallelCluster config file (default location is~/.parallelcluster/config
.) This is the location updated by the pcluster configure command. -
region
setting in[default]
section of Amazon CLI config file (~/.aws/config
.)
-
-nw, --nowait
-
Indicates not to wait for stack events after running a stack command.
Defaults to
False
. -nr, --norollback
-
Disables stack rollback on error.
Defaults to
False
. -u
TEMPLATE_URL
, --template-urlTEMPLATE_URL
-
Specifies a URL for the custom Amazon CloudFormation template if it was used when created.
-t
CLUSTER_TEMPLATE
, --cluster-templateCLUSTER_TEMPLATE
-
Indicates the cluster template to use.
-p
EXTRA_PARAMETERS
, --extra-parametersEXTRA_PARAMETERS
-
Adds extra parameters to stack create.
-g
TAGS
, --tagsTAGS
-
Specifies additional tags to add to the stack.
When the command is called and begins polling for the status of that call, it's safe to use "Ctrl-C" to exit.
You can return to viewing the current status by calling pcluster status mycluster
.
Examples using Amazon ParallelCluster version 2.11.7:
$
pcluster create
mycluster
Beginning cluster creation for cluster: mycluster Info: There is a newer version 3.1.4 of AWS ParallelCluster available. Creating stack named: parallelcluster-mycluster Status: ComputeFleetHITSubstack - CREATE_IN_PROGRESS
$
pcluster create
mycluster
--tags '{"Key1"
:"Value1"
,"Key2"
:"Value2"
}'