Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/pages/developer/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The operations manage the deployment, performance and availability of our online
The [cosr-ops repository](https://github.com/commonsearch/cosr-ops) contains tools and configurations for deploying and operating 2 components of our [infrastructure](/developer/architecture):

- Our Elasticsearch cluster, using [AWS CloudFormation](https://aws.amazon.com/cloudformation/).
- Our [Backend](/developer/backend), using the [Spark EC2 scripts](http://spark.apache.org/docs/latest/ec2-scripts.html).
- Our [Backend](/developer/backend), using the [Spark EC2 scripts](https://github.com/amplab/spark-ec2).

All available commands are [documented in the Makefile](https://github.com/commonsearch/cosr-ops/blob/master/Makefile).

Expand All @@ -34,7 +34,7 @@ Our cluster has 3 types of nodes, as [explained in the Elasticsearch docs](https

## Spark

We are currently using the [Spark EC2 scripts](http://spark.apache.org/docs/latest/ec2-scripts.html) to provision our Spark workers, though we aim to switch to CloudFormation in the future.
We are currently using the [Spark EC2 scripts](https://github.com/amplab/spark-ec2) to provision our Spark workers, though we aim to switch to CloudFormation in the future.

Our base AMI is [built using Packer](https://github.com/commonsearch/cosr-ops/tree/master/aws/spark).

Expand Down