Module 3 Week 2 Lab completely failure to run

I would like to ask for a hard reboot and reinitialize the whole amazon environment. Also while running they keep telling me my metadata is missing or error


Need help real quick asap thanks

Nevermind. I reopened another terminal and it no longer require reconfigurings

1 Like


This one I need a bit advice

Hello @mansonllo2012,
The issue is that terraform apply didn’t create the glue jobs because there were exisiting resources. There was someone with a similar error, check this post and here.
If de-c3w2a1-rds-connection already exists you could delete it with aws commands (e.g. aws glue delete-connection --de-c3w2a1-rds-connection. If that doesn’t work please fill out this form. Thanks

I managed to clear that earlier and submitted, just not sure why 2 of the cases after the deployment of the transformer failed, result in -16

Hello @mansonllo2012,

The grader might have failed in deployment of Transform ETL moduleand you need to rerun those steps in part 4.3 . If your three transformation glue jobs run are successful you could run terraform commands (steps 3.2.2) and see if it is succesfull.

If you still not graded you could try changing terraform/main.tf (comment again lines 18-32) and terraform/outputs.tf (lines 15-25) and go back to the landing module deployment (steps 3.2). Then follow steps in part 4.3 again to deploy the transform module and see if it works. Thank you