diff --git a/cloud-deployment.md b/cloud-deployment.md index b851e59129b..5ea1ad4dba4 100644 --- a/cloud-deployment.md +++ b/cloud-deployment.md @@ -3,4 +3,11 @@ title: Cloud Deployment toc: false --- -Coming soon. \ No newline at end of file +To deploy an insecure development or test cluster on Google Cloud Engine or AWS using [Terraform](https://www.terraform.io/), see the configuration files and instructions in the [`gce`](https://github.com/cockroachdb/cockroach/blob/master/cloud/gce) and [`aws`](https://github.com/cockroachdb/cockroach/blob/master/cloud/aws) directories of our main cockroach GitHub repository. + +More cloud deployment docs coming soon. + +## See Also + +- [Manual Deployment](manual-deployment.html) +- [Start a Local Cluster](start-a-local-cluster.html) diff --git a/manual-deployment.md b/manual-deployment.md index 623c86fd155..ea0c329aa05 100644 --- a/manual-deployment.md +++ b/manual-deployment.md @@ -5,7 +5,7 @@ toc: false This page shows you how to manually deploy a multi-node CockroachDB cluster on multiple machines. -{{site.data.alerts.callout_info}} For deployment on AWS and other cloud providers, see Cloud Deployment. For local testing and development, see Start a Local Cluster.{{site.data.alerts.end}} +{{site.data.alerts.callout_info}} For testing and development, you can Start a Local Cluster or Deploy on GCE or AWS using Terraform. You can also Run CockroachDB inside a VirtualBox VM (community-supported).{{site.data.alerts.end}}
@@ -221,3 +221,9 @@ store[0]: path=cockroach-data ~~~