[aws]
section
(Optional) Used to select the Amazon Web Services Region.
Cluster creation uses this priority order to select the Amazon Web Services Region for a new cluster:
-
-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
.)
Note
Before Amazon ParallelCluster version 2.10.0, these settings were required and applied to all clusters.
To store credentials, you can use the environment, IAM roles for Amazon EC2, or the Amazon CLI, rather than saving credentials into the Amazon ParallelCluster config file.
[aws] aws_region_name =
Region
Update policy: This setting is not analyzed during an update.