Can we store the aws-glue scripts in S3 Bucket with AES encryption ?
We have bucket policies that enforce AES encryption .. cannot upload files unless they are encrypted.
When creating a simple aws-glue job, I cannot seem to save the script in a bucket with encryption.
{
"service": "Amazon S3",
"statusCode": 403,
"errorCode": "AccessDenied",
"requestId": "2...3B",
"errorMessage": "Access Denied",
"type": "AwsServiceError"
}
I confirmed access to the bucket by removing the bucket policy and the script can be saved.
Our standard is to enforce S3 Server Side Encryption. is there a way to save have the script encrypted when saved?