In all the labs , whenever I launch any lab , I get permission denied , be it first page or even if I continue to any link
Hello @ArshadRashid
There might be some errors that are shown in parts of your AWS console. However, they won’t block you from what you are supposed to do in each of the labs, so you can safely ignore them.
If you get any blocking errors, please add details and screenshots so that we can troubleshoot.
Thanks, I took your advice and ignored these errors and continued working.
So this issue is resolved but now I have another issue which I am not sure where should I report.
The issue is , if I follow the document in the lab , its not quite what happens when I run the command. For example, the documents says enter command terraform plan and it will create a plan. but in actuality this commands asks for many inputs like rds name etc . Not sure what to provide I just enter return keys.
After this the next step doesn’t create a GLUE job.
@ArshadRashid Please, specify which lab and where in the lab you have this problem.
@ArshadRashid if terraform is asking you to input variables, it means that it has not recognized the variables we must have had defined in the terminal. This is done in step 7 of Vocareum. You should run source scripts/setup.sh
in your Cloud9 terminal before proceeding with the notebook.
OK I was able to move forward. The issue was this setup.sh is not mentioned in the preview of the file on the screen , this is only mentioned on the lab page before starting the lab.
Anyway, the last step again is not clear. It says
5.2. Open the notebook C1_W2_Dashboard.ipynb and follow the instructions there.
If I open it its just a ipynb , but how am I suppose to run it . Thats not mentioned anywhere