Operations
caution
Currently, the on-call runbook is visible only to deployed customers, at https://hackmd.io/kumx6qTLTKe6nQt0YhQXaA?view
Monitoring
You can connect to a grafana dashboard showing health metrics for your cluster.
We expect you'll have a VPN setup that grants developers access into your AWS VPC.
If not, you can always manually connect to the instance that grafana runs on:
$ aws ssm start-session --target <instance id> --document-name AWS-StartPortForwardingSession --parameters '{"portNumber":["3000"],"localPortNumber":["3000"]}'
Then open http://localhost:3000, user is "aspect" and the password can be found in the
/aspect-workflows/configuration/monitoring/grafana/admin-password
parameter in AWS Parameter Store.