AWS Glue 使用 AWS KMS 读取 S3 文件客户端加密

AWS Glue reading S3 file client-side encryption using AWS KMS

是否可以在 AWS Glue 中抓取使用 CSE-KMS 加密的 S3 文件?我知道 Athena 可以做到这一点,但在 Glue 爬虫中没有找到类似的功能

我认为 AWS Glue 不支持读取客户端加密。他们刚刚添加了server-side encryption support,这比客户端加密更容易支持。

Glue 不支持客户端加密数据。它仅支持 AWS KMS 托管密钥 (SSE-KMS) 或 Amazon S3 托管加密密钥 (SSE-S3)。这些是 Glue [1] 中安全配置中加密模型中目前仅有的两个。

[1] https://docs.aws.amazon.com/glue/latest/dg/console-security-configurations.html