ASP.NET 10 + ECS Express Mode

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_REGION
  • RDS_HOST
  • RDS_PORT (defaults to 5432)
  • RDS_DATABASE
  • RDS_USERNAME
  • SECRET_ID
  • SECRET_JSON_KEY (defaults to iPhone passcode)
  • RDS_QUERY (optional override)
  • RDS_SSL_MODE (defaults to Require)
  • RDS_ROOT_CERTIFICATE (optional)