Ensure Glue component has a security configuration associated
Ensure Glue component has a security configuration associated
Error: AWS Glue component has no security configuration associated
AWS Glue component has no security configuration associated
Description
Ensure that AWS Glue components Crawlers, Jobs, and Development Endpoints have a security configuration associated. It is needed to encrypt data at rest.
Fix - Runtime
CLI Command
aws glue update-crawler \
–name <value> \
[–crawler-security-configuration <value>]
Fix - Buildtime
Terraform
Resource:aws_glue_crawler, aws_glue_dev_endpoint and aws_glue_job