Manage Exoscale Compute resources. Some subcommands such as
instancehave their own documentation. More information: https://community.exoscale.com/product/.
exo compute {{resource_type}} create {{resource_name}}
exo compute instance-type list
exo compute ssh-key register {{key_name}} {{public_key_file}}
exo compute instance create {{instance_name}} {{ssh_key_name}}
exo compute instance template register {{template_name}} --from-snapshot {{snapshot_id}}
exo compute security-group rule add {{security_group_name|id}} --description '{{Allow SSH access}}' --flow {{ingress}} --port {{22}} --network {{0.0.0.0/0}}
exo compute load-balancer service add {{load_balancer_name|id}} {{service_name}} --port {{service_port}}