sudo apt-get update
sudo apt-get install python-pip
sudo apt-get install ruby2.0
wget https://aws-codedeploy-ap-northeast-2.s3.amazonaws.com/latest/install
chmod +x ./install
sudo ./install auto
sudo servie codedeploy-agent status
'AWS' 카테고리의 다른 글
ELK 서버 세팅하기 (0) | 2020.09.01 |
---|---|
ubuntu apache2 letsencrypt 적용방법 (0) | 2019.10.18 |
AWS EC2 에서 s3 drive 연동하기 (non-root) (0) | 2019.09.04 |
CloudFormation을 통한 개발서버 On/Off 스케줄링 (실패) (0) | 2019.09.04 |
EC2 - Ubuntu에서 composer install / update 시 메모리 부족현상 (0) | 2019.09.04 |