#week 2 lab assignment
I am getting the error at 4.8 and also I can’t view the AWS console after executing 2.5
Hello @karthikkonyala,
Since you are AWS link works and you can access the console, these errors in step 2.5 are cause of restrictions. We basically have permissions only in the parts from the lab we need. Your real issue is with part 4.8 that the terminal crashed when you ran terraform apply
. Once that happens you need to open a new terminal and run step 4.3 to 4.8 again but this time useterraform apply -no-color 2> errors.txt
instead of terraform apply
.
That way you will create an errors.txt
file that you can check its contents. You might see and message like this:
Then you need to go back to the AWS console and search for AWS glue. You might be able to see the de-c1w2-analytics-db
if you go left to Data Catalog>Databases so you can delete it. Otherwise you need to ask for a lab refresh with this form. Thank you