Skip to content

lumahealthhq/devops-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Luma Technical Interview

Interview Task

Create a slack bot that will manage AWS ec2 instances. The slack bot should offer commands to manage a new or existing ec2 instance.

Deliverables

  • Description on how to install and run the slack bot
  • A running bot on a slack account where we can test with the cmds below

Bot commands

  • help: show how to use the bot cmds
  • create: create new instance on ec2, should return instance id or name
  • destroy: destroy existing instance
  • start: start instance
  • stop: stops an instance
  • status: returns status of instance (running, stopped)

Releases

No releases published

Packages

No packages published