[AWS] 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 2024.01.08 11:12 ⇥ DevOps Tech 🙋🏻♀️/✏️ 한 줄 에러 반응형 코드 디플로이에서 배포에 실패할 때 발생하는 에러로 흔히 볼 수 있다. 번역해보면 CodeDeploy Agent 가 정상적으로 이벤트를 수신할 수 없어서 배포 할 수 없다는 내용이다. codedeploy-agent 로그에 가서 확인해보자. (/var/log/aws/codedeploy-agent/codedeploy-agent.log) InstanceAgent::Plugins::CodeDeployPlugin::CommandPoller: Missing credentials - please check if this instance was started with an IAM instance profile IAM Role 이 지정되지 않은 상태로 인스턴스가 기동 및 Agent 가 설치되서 이후 CodeDeploy 는 자격증명이 없어서 발생하게 된 에러라고 하는데, 어쨋든 권한이 없어서 그런 상황이다. EC2 에 알맞은 권한을 부여했다면 인스턴스를 restart 해주자. - Image by vectorjuice on Freepik 반응형 공유하기 게시글 관리 IT 일기 저작자표시 '⇥ DevOps Tech 🙋🏻♀️ > ✏️ 한 줄 에러' 카테고리의 다른 글 module '_awscrt' has no attribute 's3_is_crt_s3_optimized_for_system' (21) 2024.03.14 proxmoxer required for this module (2) 2024.03.11 Caused: java.security.cert.CertPathValidatorException: validity check failed (25) 2024.01.10 [AWS] The deployment failed because a specified file already exists at this location: *** (0) 2024.01.05 Failed to connect to repository : Error performing git command: git ls-remote -h url HEAD (2) 2023.10.23 댓글 공유하기 다른 글 댓글 이 글 공유하기 구독하기 구독하기 카카오톡 카카오톡 라인 라인 트위터 트위터 Facebook Facebook 카카오스토리 카카오스토리 밴드 밴드 네이버 블로그 네이버 블로그 Pocket Pocket Evernote Evernote 다른 글 proxmoxer required for this module proxmoxer required for this module 2024.03.11 Caused: java.security.cert.CertPathValidatorException: validity check failed Caused: java.security.cert.CertPathValidatorException: validity check failed 2024.01.10 [AWS] The deployment failed because a specified file already exists at this location: *** [AWS] The deployment failed because a specified file already exists at this location: *** 2024.01.05 Failed to connect to repository : Error performing git command: git ls-remote -h url HEAD Failed to connect to repository : Error performing git command: git ls-remote -h url HEAD 2023.10.23 다른 글 더 둘러보기