Hi @alshh
There was someone with a similar error, check this
There at the comments @Georgios suggested the following:
—
The issue is that terraform apply didn’t create the glue jobs because de-c3w2a1-rds-connection already exists in step.3.2.2. You could delete the existing connection using aws commands e.g.aws glue delete-connection --de-c3w2a1-rds-connection or the AWS console.
After you delete any existing resources and run terraform apply again, you could continue with the jobs in step 3.2.3 (note the jobs you need to run from the terminal output should be de-c3w2a1-bucket-ingestion-etl-job not glue_bucket_ingestion_job).
—
Hope, it helps.
If not, you can submit this form.