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
- Host: GitHub
- URL: https://github.com/voronenko/aws-key-importer
- Owner: Voronenko
- License: mit
- Created: 2018-09-09T12:45:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T19:02:24.000Z (over 5 years ago)
- Last Synced: 2025-04-15T05:36:00.644Z (9 months ago)
- Topics: aws, key-importer
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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