Skip to content

Yuki-Inoue/aws.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

aws.el

Ultimate goal of this package is to replace the manipulation you do on aws console with emacs interface.

It is under construction, but you can try out what this package tries to achieve by:

M-x aws-instances

You'll see a table-list buffer of AWS instances. Note that it is a tablist buffer so various table view operations are supported. (refer: https://github.com/politza/tablist )

For aws operation, currently following is implemented.

  • S will popup the state change; start, stop or terminate.
  • I will popup for inspection.
  • A will popup for other actions.
  • C will popup ssh configuration popup. Instance ssh info can be appended to ~/.ssh/config.

Installation

This repo's packages will be available via melpa.

If you want install manually, simply clone this repo, put it to loadpath, and require the package you want to use.

Requirements

You'll need to have aws-cli installed on your PC, and have it configured so that aws commands are available.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published