Cloud development environments for DevStride developers, running on AWS EC2. Get a fully configured environment in about 10 minutes with a single command.
If you already have the DevStride repository cloned:
cd ~/dev/devstride
./ds cloud-dev init # Configure environment (one-time)
source ~/.zshrc # Apply shell changes
./ds cloud-dev create # Creates fully configured environment
The create command automatically:
gh CLI or prompts you).env file (prompts for your Neon DB connection string)After create completes:
ssh devstride-yourname
cd ~/dev/devstride
./ds run backend
Before setting up cloud-dev, ensure you have:
https://devstride.awsapps.com/startAWSAdministratorAccess roledevstride organizationdevstride/devstride repositorylocal-yourname)claude| Spec | Value |
|---|---|
| Type | t3.xlarge (4 vCPU, 16GB RAM) |
| Storage | 100GB GP3 SSD (preserved on stop/start) |
| OS | Amazon Linux 2023 |
| Pre-installed | Node.js 20 LTS, pnpm, Claude Code, Docker, AWS CLI, Git |
| State | Cost |
|---|---|
| Running | |
| Stopped | ~$8/month (EBS storage only) |
| Destroyed | $0 |