Hi team DH :waveboi:. We are currently using `dock...
# all-things-deployment
m
Hi team DH waveboi. We are currently using `docker-compose-without-neo4j.quickstart.yml`to deploy DH. If we want to swap out the default MySql with RDS as the storage layer, is there anything else that need to be updated in the quickstart config besides these lines?
Copy code
- EBEAN_DATASOURCE_USERNAME=<<rds-username>>
    - EBEAN_DATASOURCE_PASSWORD=<<rds-password>>
    - EBEAN_DATASOURCE_HOST=<<rds-endpoint>>:3306
    - EBEAN_DATASOURCE_URL=jdbc:mysql://<<rds-endpoint>>:3306/datahub?verifyServerCertificate=false&useSSL=true&useUnicode=yes&characterEncoding=UTF-8
    - EBEAN_DATASOURCE_DRIVER=com.mysql.jdbc.Driver
e
Hi @microscopic-breakfast-5726 can you tell me a little bit about why you’d like to swap out MySQL with RDS?
If you could also tell me more about your deployment environment, that’d be super helpful!
m
Hi @echoing-airport-49548 We want to leverage RDS's multi-region deployments so that it mirrors our existing cloud infra. Right now we are POCing DH on 2 EC2 instances in the same AZ. I'm hoping to find an example quickstart script that uses RDS but so far came up short. Any chance you know how to set this up?