Your instant, Terraform-managed Windows environment. Optimized for Vibe Coding on Android.
resource "aws_instance" "vibe_box" {
ami = data.aws_ami.windows.id
instance_type = "t3.large"
# Ready for Vibe Coding
tags = {
Name = "VibeCoding-Windows"
}
}
One command to provision a full Windows Server 2022 environment.
Dedicated VPC and RDP firewall rules to keep your workspace safe.
Pre-loaded with VS Code, Chrome, Git, and more via Chocolatey.