https://github.com/gorenje/awsinfo
Web interface for AWS Cli tool
https://github.com/gorenje/awsinfo
Last synced: 2 months ago
JSON representation
Web interface for AWS Cli tool
- Host: GitHub
- URL: https://github.com/gorenje/awsinfo
- Owner: gorenje
- Created: 2019-11-08T14:31:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:53:17.000Z (over 2 years ago)
- Last Synced: 2025-01-04T19:45:06.558Z (4 months ago)
- Language: Ruby
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aws Info
Simple web interface on top of [aws cli tool](https://aws.amazon.com/cli/).
## Installation
Fairly typical sinatra/ruby project:
gem install bundler
bundle
PORT=3001 foreman startAfter that, it's turtles all the way down.
open -a Firefox http://localhost:3001
After that, everything should work fine.
## Deployment
None. This is intended to be only run locally.
## Assumptions / Prerequisites
You are using a Mac since this uses ```osascript``` to start terminal
windows.Also you'll need to install the [aws cli](https://aws.amazon.com/cli/) and
with it, the [aws-mfa](https://pypi.org/project/aws-mfa/).At time of writing this was something like:
pip install awscli
pip install aws-mfa## Support
At the moment the two use cases this fulfills are
1. getting the IP of a server within a ECS cluster
2. manipulating SSM parameters - viewing, adding, updating, deleting