https://github.com/detjensrobert/aws-instances-bot
Discord bot written in Ruby to start and stop AWS EC2 instances
https://github.com/detjensrobert/aws-instances-bot
aws aws-ec2 discord discord-bot discordrb ruby
Last synced: 4 months ago
JSON representation
Discord bot written in Ruby to start and stop AWS EC2 instances
- Host: GitHub
- URL: https://github.com/detjensrobert/aws-instances-bot
- Owner: detjensrobert
- License: gpl-3.0
- Created: 2020-06-13T22:54:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T21:41:10.000Z (about 3 years ago)
- Last Synced: 2023-03-06T17:18:36.027Z (over 2 years ago)
- Topics: aws, aws-ec2, discord, discord-bot, discordrb, ruby
- Language: Ruby
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Instance Control Bot
Discord bot to start and stop AWS EC2 instances by name.
------------
### Usage
- `!aws start instance_name` / `!aws stop instance_name`Starts/stops the instance associated with that name.
- `!aws status instance_name`Replys with the current state of the instance (running, stopped, etc)
------------
### Setup
1. Copy `config.example.yml` to `config.yml`
2. Replace the placeholder token.
3. Replace the example instances with AWS EC2 instance ids and their names.
4. `bundle install`
5. `bundle exec ruby main.rb`------------
*Created by [detjensrobert](https://github.com/detjensrobert/aws-instances-bot) / @WholeWheatBagels#3140*