I have successfully managed to deploy my Django project on AWS EB using EB CLI through PyCharm terminal local project on a Windows PC, however I would like to access the project via an EB instance on AWS console to edit some files individually instead of deploying the whole project each time.
The instance is Amazon Linux 2.
I connected to the EC2 instance of my project environment on the AWS EC2 instance connect and brings up the Elastic Beanstalk EC2 message, however I'm unable to find my project files within this console. Is there a way to access my already deployed project with AWS console, and if so how?