Skip to main content
Version: Beta 🚧

transform-server-group create

Usage​

tecton transform-server-group create [OPTIONS]

Description​

Create a new Transform Server Group.

Options​

FlagDescription
--name TEXTName of the server group
--environment-name TEXTName of the Python environment to use
--min-nodes INTEGERMinimum number of nodes for autoscaling
--max-nodes INTEGERMaximum number of nodes for autoscaling
--desired-nodes INTEGERFixed number of nodes for provisioned scaling
--node-type TEXTEC2 instance type
--description TEXTDescription of the server group
--tags TEXTTags to add to the server group in the format KEY1=VALUE1, KEY2=VALUE2
--eng-vars TEXTEnvironment variable in the format KEY1=VALUE1, KEY2=VALUE2
--workspace TEXTWorkspace name
-i, --interactiveGo through a step-by-step server group creation process

Was this page helpful?