CloudOps Tools

Configuration

Default Region

The default AWS region is us-east-1. Override it with:

cloudops --region eu-west-1 inventory

Or set the environment variable:

export AWS_REGION=eu-west-1

Output Formats

CloudOps Tools supports multiple output formats:

FormatDescription
tableHuman-readable table (default)
jsonJSON output for scripting
csvCSV for spreadsheet import
cloudops inventory --format json

Profiles

Use AWS profiles for different accounts:

cloudops --profile production inventory