

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# 設定
<a name="configuration"></a>

デフォルトでは、 はすべての設定パラメータに `~/.parallelcluster/config` ファイル AWS ParallelCluster を使用します。`-c` または `--config` コマンドラインオプション、または `AWS_PCLUSTER_CONFIG_FILE` 環境変数を使用することで、カスタムコンフィグレーションファイルを指定することができます。

設定ファイルの例は、 の Python ディレクトリ AWS ParallelCluster に と共にインストールされます`site-packages/aws-parallelcluster/examples/config`。設定ファイルの例も GitHub ([https://github.com/aws/aws-parallelcluster/blob/v2.11.9/cli/src/pcluster/examples/config](https://github.com/aws/aws-parallelcluster/blob/v2.11.9/cli/src/pcluster/examples/config)) で入手できます。

Current AWS ParallelCluster 2 バージョン: 2.11.9。

**Topics**
+ [[レイアウト]](#layout)
+ [`[global]` セクション](global.md)
+ [`[aws]` セクション](aws.md)
+ [`[aliases]` セクション](aliases.md)
+ [`[cluster]` セクション](cluster-definition.md)
+ [`[compute_resource]` セクション](compute-resource-section.md)
+ [`[cw_log]` セクション](cw-log-section.md)
+ [`[dashboard]` セクション](dashboard-section.md)
+ [`[dcv]` セクション](dcv-section.md)
+ [`[ebs]` セクション](ebs-section.md)
+ [`[efs]` セクション](efs-section.md)
+ [`[fsx]` セクション](fsx-section.md)
+ [`[queue]` セクション](queue-section.md)
+ [`[raid]` セクション](raid-section.md)
+ [`[scaling]` セクション](scaling-section.md)
+ [`[vpc]` セクション](vpc-section.md)
+ [例](examples.md)

## [レイアウト]
<a name="layout"></a>

 AWS ParallelCluster 設定は複数のセクションで定義されます。

以下のセクションが必要です。[`[global]` セクション](global.md)および [`[aws]` セクション](aws.md)。

少なくとも、[`[cluster]` セクション](cluster-definition.md)および [`[vpc]` セクション](vpc-section.md)を 1 つずつ含める必要があります。

セクションは、角括弧で囲まれたセクション名で始まり、パラメータと設定が続きます。

```
[global]
cluster_template = default
update_check = true
sanity_check = true
```