proto-kit / starter-kit

Starter kit for privacy enabled application chains
40 stars 22 forks source link

Add an integration for a cloud provider to run the existing docker stack #16

Open maht0rz opened 2 months ago

maht0rz commented 2 months ago

Find a easy way to deploy the current starter kit docker stack to a popular cloud provider such as AWS. We need to streamline the process of creating a free tier machine with docker support and deploying the docker stack there.

Amazon already has ECS (elastic container service), which should work with a free tier EC2 machine. Not sure if its powerful enough to provide a meaningful end user experience.

This issue does not cover dynamic worker scaling & proof generation.