Connecting SSH from Visual Studio Code to an EC2 Instance is a quick alternative to using Cloud9.
You can download VS Code here: Download VSCode.
After downloading, install the following extension:
Click on the icon in the lower-left corner of the screen, and a dialog box will appear.
Click on Connect to Host.
Click on Add New SSH Host.
In the input box, enter eks-blueprint-remote and press Enter.
Click on the path in C:\Users\ADMIN.ssh\config to configure it.
In the newly configured SSH block, update the information with the correct IPv4 address of the EC2 Instance and the path to the Key Pair on your machine.
Click on the SSH icon at the bottom left corner and start the connection.
Choose Continue.
Click on Linux
Choose Open Folder and click OK.
This is what the interface looks like after connection.