This repo contains an AWS CloudFormation template for quickly spinning up multi-node CockroachDB clusters for development/test environments.
The included template allows users to select the number of nodes, the cluster version, the EC2 instance type, and the amount of storage available to each node. For a small amount of security, the CockroachDB cluster is deployed in a virtual private cloud that restricts access to specific IP address ranges.
While the region in which the CloudFormation stack runs is configurable, the CockroachDB cluster is deployed in a single availability zone within that region. Since this configuration would not survive an availability zone failure, we would not recommend it for production deployments.
Click here to deploy CockroachDB using this template.
You can lean more about this template by reading our documentation and release blog.
If you edit this template, you can run tests using TaskCat
This template was originally forked from Heptio's Kuberenets AWS Quick Start
