This repository contains the CloudFormation stack for the API and frontend infrastructure of the Urban Institute's Safe Data Technologies Validation Server Version 2.0 prototype (i.e. KMS key, RDS, web server, etc.).
- validation-server-v2-api: Django REST API for the validation server version 2.0 prototype
- validation-server-v2-backend: Backend for the validation server version 2.0 prototype
- validation-server-v2-frontend: Frontend for the validation server version 2.0 prototype
To deploy (requires AWS CLI to be installed and configured):
./deploy.sh
This requires an .env
file with the following variables set:
BACKEND_MASTER_USER_PASSWORD
DBPrivateSubnet
DBSecurityGroup
S3BucketName
VpcId
Region
EC2PublicSubnet
EC2SecurityGroup
Tag-Name
Tag-Project-Name
Tag-Project-Code
Tag-Tech-Team
Tag-Center
Tag-Requested-By
Tag-Created-By
Tag-Platform
This work is developed by the Urban Institute. For questions, reach out to: [email protected].