Starting up Devhub
If you’re an office early-bird, you may notice that Devhub, our self-hosted version of Canvas, might be turned off. This is by design, and it is a cost-saving measure. We turn off the server when it is not in use. The Devhub EC2 instance can be turned on using Slack.
-
Go to your chat on Slack with yourself
-
Type the following command:
/ec2-bot statusand send the message. This will provide you with the activity status for Devhub. Look for the nameDev-Canvas-2025 (NEW! Devhub)and copy itsEC2_INSTANCE_ID. Example status command response:... 🛑 stopped || {EC2_INSTANCE_ID} || Dev-Canvas-2025 (NEW! Devhub) -
Next, send the following command as a message:
/ec2-bot start {EC2_INSTANCE_ID}. Make sure there’s no formatting on theEC2_INSTANCE_ID, it has to be plain-text in order for this to work.