# AWS Key Management Serviceで構成を保護

KeeperコマンダーをホストしているEC2インスタンスでは、Amazon AWS Key Management Serviceを利用して、構成データを保護および保存できます。

AWS Key Management Serviceで保護されたストレージリソースのURL形式は、以下のとおりです。

```
aws-kms://<KEY-REGION>/<KEY ID or ALIAS>
```

#### 例

`aws-kms://us-east-1/12345678-abcd-1234-dcba-123456789012`

`aws-kms://eu-west-1/alias/key`

シークレット名には、URLで安全に使用できる文字を含める必要があります。

Keeperコマンダーを利用するには、AWSのユーザーまたはロールに対して、AWS KMSキーを使用できる権限を付与する必要があります。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeperpam/jp/commander-cli/commander-installation-setup/configuration/aws-key-management-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
