Skip to content

Querying the Database in AWS

This document describes how to run queries against the Aurora database in AWS environments (staging, production).

AWS Aurora and RDS Query Editor

  1. Log in to our AWS account for (prod or staging) e.g revenue-conversion-xxx
  2. Go to Secrets Manager and search for acquisition_registration_aurora_credentials
  3. Copy the Secret ARN
  4. Search for Aurora and RDS
  5. Click on Aurora and RDS
  6. Click on Query Editor
  7. Select an Aurora database instance
  8. Under Database username, choose Connect with a Secrets Manager ARN
  9. Paste the ARN copied in step 3
  10. Enter the database name: acquisition_registration_db
  11. Click Connect and run your queries