Control: Use automatic key rotation for the CMK as provided by the cloud provider
Description
Use automatic key rotation for the CMK as provided by the cloud provider (such as AWS KMS).
Usage
Run the control in your terminal:
powerpipe control run snowflake_compliance.control.security_overview_data_encryption_automatic_cmk_rotationSnapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run snowflake_compliance.control.security_overview_data_encryption_automatic_cmk_rotation --shareSQL
This control uses a named query:
select account as resource, 'info' as status, 'Manual verification required.' as reason, accountfrom snowflake_userlimit 1;