ingest-server-group create
Usage​
tecton ingest-server-group create [OPTIONS]
Description​
Create a new Ingest Server Group.
Options​
| Flag | Description |
|---|---|
--name TEXT | Name of the server group |
--min-nodes INTEGER | Minimum number of nodes for autoscaling |
--max-nodes INTEGER | Maximum number of nodes for autoscaling |
--desired-nodes INTEGER | Fixed number of nodes for provisioned scaling |
--node-type TEXT | EC2 instance type |
--description TEXT | Description of the server group |
--tags TEXT | Tags to add to the server group |
--workspace TEXT | Workspace name |
-i, --interactive | Go through a step-by-step server group creation process |