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.
- Host: GitHub
- URL: https://github.com/alexebird/aws-find
- Owner: alexebird
- Created: 2017-11-30T19:35:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T18:36:22.000Z (almost 6 years ago)
- Last Synced: 2025-11-22T13:00:02.747Z (8 months ago)
- Topics: aws, cli, ec2
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)
...
```