wiki
  • 👋Welcome to the Ax Framework Wiki
  • Overview
    • ✅Existing Users
    • 💿Installation Guide
    • 💻Ax Controller
    • 💡How it Works
    • ▶️QuickStart Guide
      • Configure Ax Controller
      • Build a Base Image
      • Deploy Instances
      • List Instances
      • Run Scans
      • Teardown Instances
  • Fundamentals
    • 🛠️Ax Utility Scripts
    • 🔎Bring Your Own Provisioner
    • ⚔️Fleets
    • 🚀Scans
      • 🤖Modules
        • 📤Adding Simple Modules
        • 🎯Adding One-Shot Modules
        • 📎Merging and Module Extensions
      • ⚙️Horizontal vs Vertical Scaling
    • 🤝Responsibility
    • 📖Terminology
Powered by GitBook
On this page
  • axiom-ls
  • Example Usage
  1. Overview
  2. QuickStart Guide

List Instances

axiom-ls

Now you have spun up an instance, you can run axiom-ls and get a list of all running instances.

Example Usage

Listing instances in account: aws
Instance  Primary IP      Backend IP     Region      Type       Status   $/M
test01   34.223.252.120  172.31.15.197  us-west-2c  t2.medium  running  33.872
test02   54.149.117.15   172.31.3.67    us-west-2c  t2.medium  running  33.872
test03   18.237.235.64   172.31.6.251   us-west-2c  t2.medium  running  33.872
test04   54.187.47.29    172.31.15.201  us-west-2c  t2.medium  running  33.872
test05   54.245.147.45   172.31.9.104   us-west-2c  t2.medium  running  33.872
_         _               _              Instances   5          Total    $169.360
PreviousDeploy InstancesNextRun Scans

Last updated 4 months ago

▶️