W4 - Assignment 3 - Service List mistakes

Introduction to Data Engineering:
AWS plattform doesnot allow me to perform this exericise.
Firstly Cloud9 cannot connect with EC2 instance, and list of services are not ready for me. Also it says IAM function should be configured for me to operate with all services.
Apart from that, when I am in psql exercise part, my shell is blocked and can do anything to operate and carry on the exam. Why?
Donot know what to do. Thanks in advance. Juan Manuel Floria.




Hello @Juan_Manuel_Floria

The warnings you see are not blocking your progress, and you can simply ignore them. Our engineers have restricted access to parts of AWS that are unnecessary in each lab, but they have granted all the necessary access.
As you can see I get the same errors in this part of the lab but you should be able to see the AWS glue job that you run in the lab:



For part 2.8 to connect to the psql you need the outputs from vector_db_host after you run terraform apply and the output from vector_db_master_password command. Then use the password after the psql command to connect (change <VectorDBHost.> with the output of vector_db_host):

psql --host=<VectorDBHost> --username=postgres --password --port=5432

Altohugh I ignore red flags, Shell is blocked and I cannot go on when 2.8 exercise (postgress environment) is reached and system doesnot alllow me to carry on and donot pass the exam once more.

Hello @Juan_Manuel_Floria,

I couldn’t reproduce your issue and could access the vector-db, I can see you created the vector-db and you need to set up de-c1w4-model-inference and the S3 recommendations. In step 2.4 -2.5. you should get the outputs you need for <VectorDBHost.> after terraform apply:

Could you check in the Lab walkthrough - Setting up the Vector Database from 3:00 to 4:30 how to connect to the vector-db. This is the output you need, if you continue to have issues you can post a screenshot. Thank you: