AWS RDS and Secrets Manager connectivity test
Use this page to verify PostgreSQL IAM database authentication and Secrets Manager access from the running app role.
Test RDS access
Connects to PostgreSQL with an IAM auth token and returns the first id from dev.dashboards.
Test Secrets Manager access
Reads the configured secret value, parses the JSON, and confirms the iPhone passcode key exists without revealing the value.
Required environment variables
AWS_REGIONRDS_HOSTRDS_PORT(defaults to5432)RDS_DATABASERDS_USERNAME
SECRET_IDSECRET_JSON_KEY(defaults toiPhone passcode)RDS_QUERY(optional override)RDS_SSL_MODE(defaults toRequire)RDS_ROOT_CERTIFICATE(optional)