Dev Site | Frontend URL | Backend URL | Branch/Commit | Purpose |
---|---|---|---|---|
A11y | https://tdp-frontend-a11y.app.cloud.gov | https://tdp-frontend-a11y.app.cloud.gov/admin/ | Space for accessibility testing | |
QASP | https://tdp-frontend-qasp.app.cloud.gov | https://tdp-frontend-qasp.app.cloud.gov/admin/ | Space for QASP review | |
raft | https://tdp-frontend-raft.app.cloud.gov | https://tdp-frontend-raft.app.cloud.gov/admin/ | Space for raft review |
clamav-rest
- Virus scanner REST service used to scan file uploads.
Cloud.gov AWS RDS (tanf-dev)
tdp-db-dev
- Stores application-level models (e.g. Users, Reports).
Cloud.gov AWS S3 (tanf-dev)
tdp-staticfiles-dev
- Stores static HTML/CSS for Django Admin.tdp-datafiles-dev
- Stores the files uploaded by STTs (no real STT data to be stored in dev).tdp-tf-states
- Stores the Terraform state files used to create and re-recreate services infrastructure.
The Staging environment contains two frontend and backend deployments.
Frontend URL | Backend URL | Purpose |
---|---|---|
https://tdp-frontend-staging.acf.hhs.gov | https://tdp-frontend-staging.acf.hhs.gov/admin/ | Space for government users to test in a deployed, production-like environment |
https://tdp-frontend-develop.acf.hhs.gov | https://tdp-frontend-develop.acf.hhs.gov/admin/ | Space for government users to test in a deployed, production-like environment |
clamav-rest
- Virus scanner REST service used to scan file uploads.
Cloud.gov AWS RDS (tanf-staging)
tdp-db-staging
- Stores application-level models (e.g. Users, Reports).tdp-db-develop
- Stores application-level models (e.g. Users, Reports).
Cloud.gov AWS S3 (tanf-staging)
tdp-staticfiles-staging
- Stores static HTML/CSS for Django Admin.tdp-staticfiles-develop
- Stores static HTML/CSS for Django Admin.tdp-datafiles-staging
- Stores the files uploaded by STTs (no real STT data to be stored in staging).tdp-datafiles-develop
- Stores the files uploaded by STTs (no real STT data to be stored in staging).
Cloud.gov AWS S3 (tanf-staging)
tdp-tf-states
- Stores the Terraform state files used to create and re-recreate services infrastructure. Note this S3 bucket lives in the staging space.
Like Staging, there is only one Production deployment. Note that developers do not ever have access to production.
Frontend URL | Backend URL | Purpose |
---|---|---|
https://tanfdata.acf.hhs.gov | https://tanfdata.acf.hhs.gov/admin/ | Production space for active users of the application. |
clamav-rest
- Virus scanner REST service used to scan file uploads.
Cloud.gov AWS RDS (tanf-prod)
tdp-db-prod
- Stores application-level models (e.g. Users, Reports).
Cloud.gov AWS S3 (tanf-prod)
tdp-staticfiles-prod
- Stores static HTML/CSS for Django Admin.tdp-datafiles-prod
- Stores the files uploaded by STTs.tdp-tf-states
- Stores the Terraform state files used to create and re-recreate services infrastructure.
These are shared across all environments.