<botocore.awsrequest.AWSRequest object at > ##[error]Process completed with exit code 255.

김_리트리버·2021년 3월 10일
0

https://github.com/aws/aws-cli/issues/5262

Ubuntu-latest workflows will use Ubuntu-20.04 soon. For more details, see
https://github.com/actions/virtual-environments/issues/1816

멀정히 작동하던 githubaction 을 통한 자동배포에서 에러 발생함

알고보니 우분투 버전을 항상 최신버전으로 지정해놓았던 것이 원인이었음

ubuntu-20.04 로 변경되면서 aws-cli 명령어가 바뀐부분이 생김

때문에 기존 aws-cli 명령어가 작동하지 않은 것이었음

ubuntu-18.04 로 버전을 지정하여 해결!
jobs:
build:
runs-on: ubuntu-latest => ubuntu-18.04

profile
web-developer

3개의 댓글

comment-user-thumbnail
2022년 6월 24일

고마워요 리트리버킴

답글 달기
comment-user-thumbnail
2022년 6월 24일

알고보니 저는 이미 18.04 더라구요..!
안고쳐져서 저는 이걸루 고쳤어용... 나중에 검색해서 들어오시는분들 참고 :)

https://florian.ec/blog/github-actions-awscli-errors/

1개의 답글