Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.01 KB

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.