> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeuscloud.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Secrets Manager

ZeusCloud provides the following security rules for AWS Secrets Manager:

* <a href="https://github.com/Zeus-Labs/ZeusCloud/blob/main/backend/rules/secretsmanager/secret_kms_cmk_encryption.go">Secrets manager secrets should at least be encrypted with KMS customer managed keys</a>
* <a href="https://github.com/Zeus-Labs/ZeusCloud/blob/main/backend/rules/secretsmanager/secret_rotates_within_90_days.go">Secret manager secrets should be configured to and should successfully rotate within 90 days</a>
* <a href="https://github.com/Zeus-Labs/ZeusCloud/blob/main/backend/rules/secretsmanager/secret_rotation_enabled.go">Automatic rotation should be enabled for secret manager secrets</a>
* <a href="https://github.com/Zeus-Labs/ZeusCloud/blob/main/backend/rules/secretsmanager/secret_unused_90_days.go">Unused secret manager secrets should be removed</a>
