I keeping getting these error and can’t delete the Glue Job I created.
Hello @BonAppetite,
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
).
Hello @BonAppetite,
If the issue continues with de-c3w2a1-rds-connection
, please submit this form. Thank you