I wanted to find out how much "power" Python shell scripts are afforded in AWS Glue.
For context, with AWS Glue, in general, you can choose either a Spark, Python Shell type for Jobs.
Pricing will be different because of minimal billed duration and minimal DPUs allocatable.
In my case, we are trying to use simple Python scripts (without need for PySpark), hence the investigation on Python Shell.