This project provides an interactive cli tool using ec2-instance-connect api to connect via ssh to ec2 instance.
- select profile in your aws credentials
- select ec2 instance id in list of ec2 intances gotten by credentials specified profile
- ssh to ec2 instance by using ec2 instance connect api
$ go get -u github.com/kenzo0107/omssh
The MIT License (MIT)
Copyright (c) 2019 Kenzo Tanaka