ClinGen / stanford-affils

Stanford ClinGen's affiliations service
MIT License
0 stars 0 forks source link

Set up test and prod environments on AWS #15

Closed liammulh closed 4 months ago

liammulh commented 5 months ago

This will entail modifying the deploy script. We will need to figure out how to specify the environment to deploy to.

liammulh commented 5 months ago

It seems like it's as simple as: eb deploy [environment name].

See https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-deploy.html.

liammulh commented 4 months ago

I was planning on using RDS with Elastic Beanstalk, but it ended up being fairly expensive, so I abandoned the idea of using Elastic Beanstalk. I think I'm going to try using Lightsail instead. If I end up using Lightsail, I think I'll use our on-prem server as a test server to keep costs down.