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

https://github.com/voronenko/aws-key-importer

Mini utility to push pub key to selected aws region
https://github.com/voronenko/aws-key-importer

aws key-importer

Last synced: 7 months ago
JSON representation

Mini utility to push pub key to selected aws region

Awesome Lists containing this project

README

          

Simple console utility to import your own id_rsa.pub key (or any other) to chosen aws region, assuming you have right to do so.

# Dependencies
to install dependencies

`make deps`

to build binary

`make build` or `cd src/aws-key-importer && go build -o ../../bin/aws-key-importer`

#Usage

`./aws-key-importer import notebook ~/.ssh/id_rsa.pub us-east-1`

missed values will be asked interactively

# Roadmap:

[ ] Key deletion
[ ] Better error handling
[ ] Support multiple regions in one run