So basically I have a couple of different Glue jobs (all created from Terraform, but with different workspace for testing purpose), the Glue driver scripts are a little bit different, and they are stored in S3 bucket, then pointed to the targeted Glue job to use.
Strange thing is, I want to update the drive script for one of the job and test it, so I edit it in the AWS console, then when I check the glue script for other jobs, the driver scripts all gets updated automatically, I'm confused, why is this? I thought if I only modify Glue driver script for a specific job in the console, it shouldn't affect other jobs. Does anyone know what's going one here?