AWS CodeDeploy 에러 해결, 권한 문제
·
Infra/AWS
Git action -> codedeploy를 통해 프로젝트 배포를 자동화하는 CICD를 진행 도중 codedeploy가 정삭적으로 작동하지 않는 문제가 발생했다.codeploy의 상세 events를 살펴보면 위 이미지와 같이 첫 단계도 제대로 실행이 되지 않은 모습니다.상세 에러 메시지를 살펴보니 위와 같은 에러가 나타났다.에러 메시지CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to the CodeDeploy server위 메시지를 보고 일단은 ec2에서 COdeD..