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

https://github.com/major/awscli2-c9s

Container with awscli2 in CentOS Stream 9
https://github.com/major/awscli2-c9s

Last synced: 10 months ago
JSON representation

Container with awscli2 in CentOS Stream 9

Awesome Lists containing this project

README

          

# awscli2-c9s

The awscli2 package will appear in CentOS Stream 9 and RHEL soon, but you can test the container from this repository with podman via this command:

```bash
podman run --rm -it -v ~/.aws:/root/.aws:Z --name awscli2 ghcr.io/major/awscli2-c9s:main
```

This commant automatically mounts your AWS configuration and credentials into the container.