aws logs describe-log-groups — Save JSON outputIT technician command center
AWS CLI · Amazon Web Services

aws logs describe-log-groups — Save JSON output

Save AWS CLI output to JSON. Base task: List CloudWatch Logs groups.

Copy-ready commandaws logs describe-log-groups — Save JSON output
aws logs describe-log-groups --output table --output json > aws-command-results.json

Requirements and permissions

Requirements
AWS CLI v2
Permissions
AWS IAM permissions vary
Last reviewed
2026-08-01

Examples

Save JSON output

Save AWS CLI output to JSON.

aws logs describe-log-groups --output table --output json > aws-command-results.json

Common errors

Command or option not supported

Confirm the installed platform version supports the base command and the added output or wrapper option.

Access denied or insufficient privileges

Run with the administrative role or delegated permission required by the underlying command.