Introduction : In this blog we shall explore the process of connecting VS Code with AWS EC2 instance. Now, why this is important? In my last project I was working on the task where I had to write a Python code inside aws EC2 instance. Therefore, I need to get into the machine and write long lines of code and I had no idea how long it will be. Had it been a small code then I would have had no problem in using the conventional ways. The Three Conventional ways : Session Manager : This will open a browser
Read More