Introduction
Features
Quick Example
# Login
ace auth login-token --token <your-token>
# Create infrastructure
ace vpc create --name my-vpc --subnet-name my-subnet --subnet-cidr 10.0.0.0/24
ace security-group create --name my-sg
ace sg rule-add --sg <sg-id> --protocol ssh
# Launch an instance
ace instance create --name my-vm \
--flavor C4i.medium \
--image Ubuntu-24.04-LTS \
--network <vpc-id> \
--security-group <sg-id>
# Check everything
ace get-allSystem Requirements
Getting Help
Last updated