top of page
SEC 6. How are you managing keys and credentials?
Keys and credentials are secrets that should be protected, and an appropriate rotation policy should be defined and used. The best practice is to not hard-code these secrets into management scripts and applications, but it does often occur.
Best practices:
ï‚· Appropriate key and credential rotation policy is being used.
ï‚· Use AWS CloudHSM.
ï‚· AWS server-side techniques are used with AWS managed keys (e.g., Amazon S3 SSE, Amazon EBS encrypted volumes, etc.).
ï‚· AWS Marketplace solutions (e.g., SafeNet, TrendMicro, etc.).
bottom of page