exo compute instance-pool create
Description
This command creates an Instance Pool.
Supported output template annotations: .ID, .Name, .Description, .InstanceType, .Template, .Zone, .AntiAffinityGroups, .SecurityGroups, .PrivateNetworks, .ElasticIPs, .IPv6, .SSHKey, .Size, .DiskSize, .InstancePrefix, .State, .Labels, .Instances
exo compute instance-pool create NAME [flags]Options
| Option | Description | 
|---|---|
| --anti-affinity-group, -a | managed Compute instances Anti-Affinity Group NAME|ID (can be specified multiple times) | 
| --cloud-init, -c | cloud-init user data configuration file path | 
| --cloud-init-compress | compress instance cloud-init user data | 
| --deploy-target | managed Compute instances Deploy Target NAME|ID | 
| --description | Instance Pool description | 
| --disk-size | managed Compute instances disk size | 
| --elastic-ip, -e | managed Compute instances Elastic IP ADDRESS|ID (can be specified multiple times) | 
| --help, -h | help for create | 
| --instance-prefix | string to prefix managed Compute instances names with | 
| --instance-type | managed Compute instances type (format: [FAMILY.]SIZE) | 
| --ipv6, -6 | enable IPv6 on managed Compute instances | 
| --label | Instance Pool label (format: key=value) | 
| --min-available | Minimum number of running Instances | 
| --private-network | managed Compute instances Private Network NAME|ID (can be specified multiple times) | 
| --security-group, -s | managed Compute instances Security Group NAME|ID (can be specified multiple times) | 
| --size | Instance Pool size | 
| --ssh-key | SSH key to deploy on managed Compute instances | 
| --template, -t | managed Compute instances template NAME|ID | 
| --template-visibility | instance template visibility (public|private) | 
| --zone, -z | Instance Pool zone | 
Options inherited from parent commands
| Option | Description | 
|---|---|
| --config, -C | Specify an alternate config file [env EXOSCALE_CONFIG] | 
| --output-format, -O | Output format (table|json|text), see "exo output –help" for more information | 
| --output-template | Template to use if output format is "text" | 
| --quiet, -Q | Quiet mode (disable non-essential command output) | 
| --use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] | 
Related Commands
- instance-pool - Instance Pools management