Configuration
Default Region
The default AWS region is us-east-1. Override it with:
cloudops --region eu-west-1 inventoryOr set the environment variable:
export AWS_REGION=eu-west-1Output Formats
CloudOps Tools supports multiple output formats:
| Format | Description |
|---|---|
table | Human-readable table (default) |
json | JSON output for scripting |
csv | CSV for spreadsheet import |
cloudops inventory --format jsonProfiles
Use AWS profiles for different accounts:
cloudops --profile production inventory