Skip to content

nstewart/cockroachdb-cloudformation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CockroachDB Clusters via AWS CloudFormation

This repo contains an AWS CloudFormation template for quickly spinning up multi-node CockroachDB clusters for development/test environments.

CockroachDB CloudFormation Architecture

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.

Deploying a cluster

Click here to deploy CockroachDB using this template.

You can lean more about this template by reading our documentation and release blog.

Testing

If you edit this template, you can run tests using TaskCat

This template was originally forked from Heptio's Kuberenets AWS Quick Start

About

Quickly setup dev/test CockroachDB clusters using AWS CloudFormation and Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 81.7%
  • Python 18.3%