Add a couple of questions

This commit is contained in:
abregman
2019-10-16 23:52:28 +03:00
parent 5b4afd3d6c
commit 1ccb3fea81
2 changed files with 128 additions and 8 deletions

View File

@@ -0,0 +1,19 @@
## Cloud Slack Bot
Create a slack bot to manage cloud instances. You can choose whatever cloud provider you want (e.g. Openstack, AWS, GCP, Azure)
You should provide:
* Instructions on how to use it
* Source code of the slack bot
* A running slack bot account or a deployment script so we can test it
The bot should be able to support:
* Creating new instances
* Removing existing instances
* Starting an instance
* Stopping an instance
* Displaying the status of an instance
* List all available instances
The bot should also be able to show help message.