Add new check glue_ml_transform_encryption_at_rest_enabled
#5095
Labels
good first issue
Indicates a good issue for first-time contributors
new check idea
provider/aws
Issues/PRs related with the AWS provider
New feature motivation
Implement a control that checks whether AWS Glue machine learning (ML) transforms are encrypted at rest. The control fails if the ML transform data is not encrypted at rest.
Encryption of data at rest ensures the confidentiality of data stored in persistent storage. This protection helps mitigate the risk of unauthorized access and maintains the security of sensitive information processed by ML transforms.
Solution Proposed
Create a new check to ensure that Glue ML transform are encrypted at rest. Things to add:
ml_transforms
dictionary (crafted ARN should be the key) with all ML transform extracted from get_ml_transforms and test it.MlUserDataEncryptionMode
is notDISABLED
. RefDescribe alternatives you've considered
No alternative.
Additional context
No response
The text was updated successfully, but these errors were encountered: