View a markdown version of this page

Ubuntu Server에서 CodeDeploy 에이전트 업데이트 - AWS CodeDeploy

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

Ubuntu Server에서 CodeDeploy 에이전트 업데이트

를 사용하여 CodeDeploy 에이전트의 예약된 자동 업데이트를 구성하려면 를 사용하여 CodeDeploy 에이전트 설치 AWS Systems Manager의 단계를 AWS Systems Manager따릅니다.

버전 2.0.x 이상의 경우 업데이트를 강제 적용하려면 다음을 실행합니다.

sudo /opt/codedeploy-agent/bin/codedeploy-agent update

또는 리전 latestv2/install 스크립트를 다시 다운로드하고 실행합니다. 설치 지침은 Ubuntu Server용 CodeDeploy 에이전트 설치을 확인하세요.

버전 1.8.x 이하의 경우 업데이트를 강제 적용하려면 다음을 실행합니다.

sudo /opt/codedeploy-agent/bin/install auto
중요

현재 버전 1.8.x에서 2.0.0으로 자동 업데이트 경로가 없습니다. 2.0.0으로 업그레이드하려면 리전 latestv2/install 스크립트를 수동으로 실행합니다. 지침은 Ubuntu Server용 CodeDeploy 에이전트 설치 섹션을 참조하세요.