[Examples] Add a CloudFormation template showing how to deploy dstack server to AWS#1944
Conversation
|
Hi there! I’m working with @spott to provision and deploy resources for dstack on AWS. I’m running into an issue where creating the cluster times out due to a task failing with the error Some additional information about our setup and steps I’ve taken:
Any chance you could point us in the right direction? |
|
@malandrina Thank you for sharing this! Any chance you can check that the VPC has Internet access? Perhaps can be checked by creating an instance in this private VPC and checking that Internet is accessible. Also perhaps you could share a screenshot of the VPC resources? Just to see what subnets and Gaweway/NAT are there? Here's ane example of a VPC that I tested the CloudFormtion stack with:
If this helps, please feel free to join Discord, I can create a private channel. |
|
Thanks for the quick response @peterschmidt85! The information you shared was exactly what I needed and I was able to create a dstack cluster via CloudFormation with the template in this PR. It took me a while to get the private/public subnet and gateway configuration right, but (in case it's helpful to others) here's what I ended up with: Resources:
Routing:
|
… server to AWS (dstackai#1944) * - [Examples] Add a CloudFormation template showing how to deploy dstack server to AWS dstackai#1941 * - [Examples] Add a CloudFormation template showing how to deploy dstack server to AWS dstackai#1941

Fixes #1941