Skip to content

Commit

Permalink
- [Docs] Removed CloudFormation from Installation (only left it in Se…
Browse files Browse the repository at this point in the history
…rver deployment guide)
  • Loading branch information
peterschmidt85 committed Nov 27, 2024
1 parent 0927aa2 commit 9a1bdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/server-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can run the server either through `pip` or using Docker.
</div>

=== "CloudFormation"
=== "AWS CloudFormation"

If you'd like to deploy the server to a private AWS VPC, you can use
our CloudFormation [template :material-arrow-top-right-thin:{ .external }](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://get-dstack.s3.eu-west-1.amazonaws.com/cloudformation/template.yaml){:target="_blank"}.
Expand Down
19 changes: 1 addition & 18 deletions docs/docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,8 @@ cloud or on-prem clusters.
</div>

=== "CloudFormation"

If you'd like to deploy the server to a private AWS VPC, you can use
our CloudFormation [template :material-arrow-top-right-thin:{ .external }](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://get-dstack.s3.eu-west-1.amazonaws.com/cloudformation/template.yaml){:target="_blank"}.

First, ensure, you've set up a private VPC with public and private subnets.

![](https://github.com/dstackai/static-assets/blob/main/static-assets/images/dstack-aws-private-vpc-example-v2.png?raw=true)

Create a stack using the template, and specify the VPC and private subnets.
Once, the stack is created, go to `Outputs` for the server URL and admin token.

To access the server URL, ensure you're connected to the VPC, e.g. via VPN client.

> If you'd like to adjust anything, the source code of the template can be found at
[`examples/server-deployment/cloudformation/template.yaml` :material-arrow-top-right-thin:{ .external }](https://github.com/dstackai/dstack/blob/master/examples/server-deployment/cloudformation/template.yaml){:target="_blank"}.

!!! info "Server deployment"
For more details on server configuration options, see the
For more details on server deployment options, see the
[server deployment](../guides/server-deployment.md) guide.

## Set up the CLI
Expand Down

0 comments on commit 9a1bdd4

Please sign in to comment.