我使用SSH为我的AWS Elastic Beanstalk实例设置了SSH
eb ssh --setup
Run Code Online (Sandbox Code Playgroud)
并且可以成功SSH到我的环境.但我看不到我的Web应用程序.当我连接时,我发现自己在一个空目录(ec2-user)和我
cd /home
Run Code Online (Sandbox Code Playgroud)
我只是看到了
drwx------ 3 ec2-user ec2-user 4096 Jan 15 21:37 ec2-user
dr-xr-xr-x 23 root root 4096 Jan 15 21:03 ..
drwxr-xr-x 3 root root 4096 Oct 22 23:29 .
Run Code Online (Sandbox Code Playgroud)
我的Web应用程序位于何处?