Skip to content

nodejs mysql aws ec2 aws rds

egoing edited this page Nov 14, 2021 · 10 revisions

ec2 인스턴스를 만듭니다.

  1. os : ubuntu 20
  2. instance type : micro
  3. security group : 22, 80 port 개방
  4. key-pair를 생성하고 다운로드 받습니다.

ec2 인스턴스에 접속합니다.

  1. ssh -i KEY_PAIR_NAME.pem ubuntu@PUBLIC_IP_ADDRESS

인스턴스를 복제합니다.

  1. git clone https://github.com/web-n/node.js-mysql.git
  2. cd node.js-mysql

Clone this wiki locally