Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Discord bot written in Ruby to start and stop AWS EC2 instances

License

Notifications You must be signed in to change notification settings

detjensrobert/aws-instances-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 / @WholeWheatBagels#3140

About

Discord bot written in Ruby to start and stop AWS EC2 instances

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages