I have an Ubuntu AWS EC2 instance running in the AWS cloud and in my Windows machine I am using PuTTy to connect to it. The problem with this way is that I just have one terminal CLI to access/edit all my code in EC2 instance, which has many files and folders.
Is there a way where I can connect to AWS EC2 to my Windows machine and access the code in my IDE? Something like Remote desktop connection?
Note: I can't test my code on my local machine because the services that I want to access have only whitelisted my AWS EC2 IP.