Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 548 Bytes

aws-scale.md

File metadata and controls

23 lines (17 loc) · 548 Bytes

Scaling Tectonic AWS clusters

To scale worker nodes, adjust tectonic_worker_count in terraform.tfvars.

Use the plan command to check your syntax:

$ terraform plan \
  -var-file=build/${CLUSTER}/terraform.tfvars \
  -target module.workers \
  platforms/aws

Once you are ready to make the changes live, use apply:

$ terraform apply \
  -var-file=build/${CLUSTER}/terraform.tfvars \
  -target module.workers \
  platforms/aws

The new nodes should automatically show up in the Tectonic Console shortly after they boot.