During [initiation of the Grafana object](https://github.com/grafana-toolbox/grafana-snapshots-tool/blob/grafana-snapshots-tool-0.2.1/grafana_snapshots/grafana.py#L102-L108), we hit `/api/health` to ensure the API is available. Unfortunately [Amazon Managed Grafana instances return a 400 error from the health endpoint](https://github.com/aws/amazon-managed-grafana-roadmap/issues/41). This makes the snapshot tool unusable with AMG. We should keep the existing behaviour as default and add an `amg` configuration option which skips the check or falls back to `/healthz` instead.