An open API service indexing awesome lists of open source software.

https://github.com/alexebird/aws-find

Interact with AWS resources via the CLI.
https://github.com/alexebird/aws-find

aws cli ec2

Last synced: 6 months ago
JSON representation

Interact with AWS resources via the CLI.

Awesome Lists containing this project

README

          

aws-find
========

ec2
---

```
$ af ec2 -f foobar -c
PRIVATE_IP NAME STATE TYPE IMAGE KEY
10.0.1.8 foobar-host running t2.micro ami-12345678 default

==> connecting to foobar-host(10.0.1.8)
==> via command: ssh 10.0.1.8

Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-1038-aws x86_64)
...
```