An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# setup-aws-cli-action [![test](https://github.com/quipper/setup-aws-cli-action/actions/workflows/test.yaml/badge.svg)](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
```