
아래와 같이 우분투 서버 접속 후
ubuntu@ip-172-31-38-110:~/sparta$ ls
app.py static templates
ubuntu@ip-172-31-38-110:~/sparta$ python app.py
* Serving Flask app 'app'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:5001
* Running on http://172.31.38.110:5001
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: 373-777-391
강의 내용과 동일하게 FileZilla 우측에 원하는 파일을 이동키고

EC2에서 보안 설정을 한 후

퍼블릭 IP주소를 복사해서 URL로 붙혀넣었지만 접속되지 않습니다.


