https://github.com/quipper/setup-aws-cli-action
Set up AWS CLI v2 for self-hosted runners in GitHub Actions
https://github.com/quipper/setup-aws-cli-action
awscli github-actions
Last synced: 8 months ago
JSON representation
Set up AWS CLI v2 for self-hosted runners in GitHub Actions
- Host: GitHub
- URL: https://github.com/quipper/setup-aws-cli-action
- Owner: quipper
- License: apache-2.0
- Created: 2021-04-08T09:28:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T05:08:21.000Z (9 months ago)
- Last Synced: 2025-04-05T07:33:01.601Z (9 months ago)
- Topics: awscli, github-actions
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 123
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-aws-cli-action [](https://github.com/quipper/setup-aws-cli-action/actions/workflows/test.yaml)
This is an action to setup AWS CLI v2.
It is for a self-hosted runner that requires AWS CLI.
This action runs the installation steps described in [the official document](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html).
Linux x86_64 and aarch64 are supported.
## Getting Started
```yaml
jobs:
build:
runs-on: self-hosted
steps:
- uses: quipper/setup-aws-cli-action@main
```