https://github.com/arranf/awsconnect
A simple tool for simplifying AWS Vault workflows
https://github.com/arranf/awsconnect
Last synced: 11 months ago
JSON representation
A simple tool for simplifying AWS Vault workflows
- Host: GitHub
- URL: https://github.com/arranf/awsconnect
- Owner: arranf
- Created: 2022-02-05T08:28:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T01:00:13.000Z (about 3 years ago)
- Last Synced: 2025-03-11T18:53:38.330Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awsconnect
`awsconnect` is a command line utility to simplify using [aws-vault](aws-vault) for complex workflows, currently predominantly execing into ECS containers.
## Installation
The easiest way to install `awsconnect` is via cargo.
To do this you'll need [Rust 1.5.8 or later installed](https://rustup.rs/), after which you can run `cargo install awsconnect`.
You can also install it from the [Github releases](https://github.com/arranf/awsconnect/releases) page.
## Usage
```sh
awsconnect help
awsconnect login
awsconnect execute
```