All skills
Skillintermediate

AWS Key Management V1

AWS Key Management V1 — reference document from Claude Code knowledge pack.

Claude Code Knowledge Pack7/10/2026

Overview

AWS Key Management V1

:::info

This is an Enterprise Feature

Enterprise Pricing

Contact us here to get a free trial

:::

:::tip

[BETA] AWS Key Management v2 is on the enterprise tier. Go here for docs

:::

Use AWS KMS to storing a hashed copy of your Proxy Master Key in the environment.

general_settings:
  key_management_system: "aws_kms"
  key_management_settings:
    hosted_keys: ["LITELLM_MASTER_KEY"] # 👈 WHICH KEYS ARE STORED ON KMS

See Decryption Code