When creating a post, please add:
- Module Course 3
- Link to the classroom item you are referring to:https://www.coursera.org/learn/data-storage-and-queries/ungradedLab/NA13j/practice-lab-comparing-cloud-data-storage-options
- Description: The AWS link is empty therefore I can’t access the console when running the following code
with open(‘…/.aws/aws_console_url’, ‘r’) as file:
aws_url = file.read().strip()
HTML(f’GO TO AWS CONSOLE')