transform-server-group create
Usage​
tecton transform-server-group create [OPTIONS]
Description​
Create a new Transform Server Group.
Options​
| Flag | Description |
|---|---|
--name TEXT | Name of the server group |
--environment-name TEXT | Name of the Python environment to use |
--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 in the format KEY1=VALUE1, KEY2=VALUE2 |
--eng-vars TEXT | Environment variable in the format KEY1=VALUE1, KEY2=VALUE2 |
--workspace TEXT | Workspace name |
-i, --interactive | Go through a step-by-step server group creation process |