ListSuspendedAwsOrganizations

nicolaw 2nd October 2019 at 2:24pm
AWS
aws organizations list-accounts --output json \
  | jq -r '[.Accounts[]|select(.Status == "SUSPENDED")]'