Skip to content

Unable to run AWS commands after aws-cli release of version 2.33.9 #41

@rrutum

Description

@rrutum

aws-cli version 2.33.9 was released recently.
We were using the action unfor19/install-aws-cli-action without the version input (so by default it was installing the latest version v2 of the cli). Ever since the release 2.33.9, my workflows started failing when running aws commands:

      - name: Install aws-cli
        uses: unfor19/install-aws-cli-action@v1

Fails with error:

Error: [Errno 13] Permission denied: '/home/runner/.aws/cli/cache/c4141c4f24f69f92ffbf0985527ad4fd8096f353.json'
  • Pinning to the older version works
      - name: Install aws-cli
        uses: unfor19/install-aws-cli-action@v1
        with:
          version: '2.33.8'

Not sure if this is something that depends on the underlying runner or if this needs to be resolved in this action...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions