I just deployed a flask-python app with elastic beanstalk on AWS but cannot locate my app source files like application.py or templates/index.html etc
I've looked at looked at /var/../.. or /opt/../.. etc but nowhere to be found.
Is there an ebs command like $ eb find 'filename.py' etc?
eb ssh
oreb ssh --command
? See: docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-ssh.html – Miltie