EC2 - instances - Launch instances
instance name 입력
Ubuntu
instance type - t2.micro
keypair 선택
Launch instance
instance_id 클릭 후 - Security - Inbound rules에 http, https 추가해주고, Connect
sudo apt-get update
sudo apt-get install nginx
sudo systemctl start nginx
이후 https로 들어갔을때,
ERR_CONNECTION_REFUSED 발생
해결방법
https 연결 방법은 아직 추가로 설정해줘야 할 것들이 있음.
http로 들어가기
'ERROR' 카테고리의 다른 글
[Poetry] EC2 ubuntu환경 NoCompatiblePythonVersionFound Error (0) | 2023.06.01 |
---|---|
N2T - Notion 2 Tistory 사용하기 - Errors (19) | 2023.05.17 |
dotenv 설치 시 AttributeError, has no attribute 'read_dotenv' (1) | 2023.04.25 |
Postman에서 토큰 인증 로그인(authentication)이 안될 때 (0) | 2023.04.23 |
Failed building wheel for backports.zoneinfo 에러 (0) | 2023.04.09 |
댓글