C1W2- assignment already finished and now asked to do it again but loosing conection 3 times

Hi, I already finished assignment from week 2 but now I’m being asked to do it again. Tried to do it but keep disconnecting me. I have also a print screen that I have finished it already. What to do now?

Hello @MilovicM,

I understand you having your assignment completed and now seeing it as incomplete. For this, you can reach out to Coursera support.

The disconnects after you retried probably come after terraform commands that crashed the terminal. So you need to open a new terminal and run terraform apply -no-color 2> errors.txt instead of terraform apply in step 4.8.

After that it will create an errors.txt file containing the error message without causing the terminal to crash. If the error shows existing resources you could manually delete them from AWS console.

For example, if there is an error that already exists de-c1w2-analytics-db you can go to AWS Glue>Databases on the left, then delete it. Hope it helps.

1 Like