AWS Console Link Empty (Course 4, Week 1)

Specialization: Data Engineering Professional Certificate (Data Modeling)

Course: Data Modeling, Transformation, and Serving

Module: Course 4, Week 1 (Occurs in both coding assignments)

Issue Description: When running the code cell under 1.2 - Source Configuration to generate the AWS Console link, the link does not output correctly.

Clicking “GO TO AWS CONSOLE” does not navigate anywhere.

Debugging Steps Taken:

  • Inspected the contents of ../.aws/aws_console_url

  • Output: Length of file content: 1, Raw content repr: '\n'

  • Restarted the kernel and ran all cells from the top, but the file remains empty ('\n').

It appears the AWS environment setup or URL generation script background task did not write the temporary AWS URL to the configuration file

Hi @RTerceros do you still have this issue? If so, please do this:

  1. open a new terminal
  2. Copy the system log in a readible file using this command:
cat /home/coder/vocapi_logger > vocapi_logger
  1. Open the vocapi_logger in the explorer tab and paste the content here.

The most common issue for this error is to restart the lab, but if you still have the same error, we can see what is going on with the logger.