> For the complete documentation index, see [llms.txt](https://ax.attacksurge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ax.attacksurge.com/overview/quickstart-guide-1/list-instances.md).

# 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
```
