Greetings,
My question is: Is there a guide to best practice available on how to connect a jupyter notebook to your AWS environment
Here is some context for the question:
I completed the first lab for week 1 of data modeling, transformation and serving.
The exercise is delivered through a jupyter notebook.
In the exercise, the workflow uses connectors to the SQL database, extracts data and then loads it to Pandas for manipulation and then seamlessly update the SQL database.
I love the way the notebook flows.
I saw the jupyter configuration script and it is not trivial at all. It appears that the scripting approach is advanced, well beyond my skills.
I would be very grateful for any insight on how to connect Jupyter or VSCode to AWS to have seamless integration with jupyter notebook.
I tried following online tutorials in the past, but they never work and have since gave up.
Cheers