좋은 프로그램은 마음의 여유에서 나온다.
우분투에 코드디플로이 에이전트 설치하기 본문
$ sudo apt-get update
$ sudo apt-get install python-pip
$ sudo apt-get install ruby2.0
$ cd /home/ubuntu $ wget https://버켓이름(아래참조).s3.amazonaws.com/latest/install $ chmod +x ./install $ sudo ./install auto
ubuntu@ip-10-0-0-231:~$ sudo service codedeploy-agent status The AWS CodeDeploy agent is running as PID 17769
error: No AWS CodeDeploy agent running 가 나오면 코드 디플로이 실행하기
$ sudo servie codedeploy-agent start $ sudo servie codedeploy-agent status
* 지역별 코드 디플로이 저장소
aws-codedeploy-us-east-1 for instances in the US East (N. Virginia) region aws-codedeploy-us-east-2 for instances in the US East (Ohio) region aws-codedeploy-us-west-1 for instances in the US West (N. California) region aws-codedeploy-us-west-2 for instances in the US West (Oregon) region aws-codedeploy-ap-south-1 for instances in the Asia Pacific (Mumbai) region aws-codedeploy-ap-northeast-2 for instances in the Asia Pacific (Seoul) region aws-codedeploy-ap-southeast-1 for instances in the Asia Pacific (Singapore) region aws-codedeploy-ap-southeast-2 for instances in the Asia Pacific (Sydney) region aws-codedeploy-ap-northeast-1 for instances in the Asia Pacific (Tokyo) region aws-codedeploy-eu-central-1 for instances in the EU (Frankfurt) region aws-codedeploy-eu-west-1 for instances in the EU (Ireland) region aws-codedeploy-sa-east-1 for instances in the South America (São Paulo) region
'클라우드,빅데이터 > aws' 카테고리의 다른 글
AWS ELB access log 설정 하기 (0) | 2016.09.07 |
---|---|
intellij + aws elastic beanstalk로 war 배포하기 (0) | 2016.03.18 |
aws ec2 paravirtual 에서 hvm으로 변경하기 (0) | 2016.01.04 |
ELB에 아파치 인증서 등록시 오류 (0) | 2015.10.08 |
자바 1.8.60에서 aws 라이브러리 오류 (0) | 2015.09.09 |
Comments