From f800008487325557921360b2cfef4ddf33635a20 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Thu, 2 Jan 2025 13:43:50 -0800 Subject: [PATCH] docs: add section on AWS deployment in the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a4c09b4..da992c8 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,10 @@ DOKKU_USERNAME= DOKKU_KEY= ``` +## Deploying to AWS + +The backend server and deployments server can be deployed using AWS's EC2 service. See [our video guide](https://www.youtube.com/watch?v=WN8HQnimjmk) on how to do this. + ## Creating Custom Templates Anyone can contribute a custom template for integration in Sandbox. Since Sandbox is built on E2B, there is no limitation to what langauge or runtime a Sandbox can use.