Search code examples
amazon-s3aws-glueamazon-kms

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


Is it possible to crawl S3 file encrypted using CSE-KMS in AWS Glue? I know that Athena can do that, but haven't found similar functionality in Glue crawler


Solution

  • I do not think AWS Glue supports reading from client-side encryption. They have just added server-side encryption support, which is much simpler to support compared client-side encryption.