C3_W1 Lab the AWS URL is empty in the file

When creating a post, please add:

with open(‘…/.aws/aws_console_url’, ‘r’) as file:
aws_url = file.read().strip()
HTML(f’GO TO AWS CONSOLE')

Hello @Abdelsalam_Hamdi,

I couldn’t reproduce the issue and managed to open the link. Since you could run all the cells up to part 4, it seems other AWS resources are working correctly. However the link might not work if you had previously run the lab and didn’t rerun the cell to recreate Go to AWS console. If the issue continues please let us know. Hope it helps