A CLI tool to simplify the process of ssh into ec2 instances.
go get github.com/anandpathak/candra
make build && make install
- use the binary generated in build and enjoy!
- get the list of available command
candra --help
- configure cli
candra config add
- list configuration
candra config list
- search for ec2 server
candra search
--flags
-t aws describe instance filter tag name
-v aws describe instance filter tag value
- this is build using golang and cobra and viper framework
MIT
Free Software, Hell Yeah!