status

autogluon.cloud.status(*, session: Session | None = None) Dict[str, StatusReport][source]

Return health snapshots keyed by backend name, one per configured backend.

Each StatusReport has:

  • config — the saved BackendConfig

  • config_path — path to ~/.autogluon/cloud.yaml

  • checks — dict of bucket / stack / role to a status string. "ok" means the resource exists; "ok (unverified)" means the caller lacks the IAM permission to verify and the resource may still be fine; anything else is a failure description.

Returns an empty dict if no config exists. Makes real AWS calls. Pass session= to use specific credentials; otherwise the standard boto3 credential chain is used (with the saved region as a default).