I recently completed the Course 1 (C1) " Introduction to Data Engineering".
And I want to revisit the Terraform code and Python ETL scripts for further study and practice. Is there a way to access these resources after submitting the labs? I cannot relaunch the app after submitting “The credentials in your login link were invalid. Please contact your administrator.”
What alternatives can I use to review and reinforce these codes, materials and concepts?
Hello @Yemunn,
I guess you are in the Vocareum interface, if you could try to log in to AWS cloud9 in any terminal and run: aws s3 cp --recursive s3://dlai-data-engineering/labs/c1w2-187976/ ./ or: aws s3 cp --recursive s3://dlai-data-engineering/labs/c1w4-242820/ ./ you should be able to dowload the files. How long has it been since you finished the labs and did you try to logout from this screen:
Hello @Yemunn,
It is up to Coursera to cease access to the labs after some time. But you should be able to use those links in a terminal. Those are the old versions that use cloud9 since now there is a different interface. Hope it helps