nmdp-bioinformatics / gfe-db

Graph database representing IPD-IMGT/HLA sequence data as GFE
https://gfe-db.readthedocs.io
GNU General Public License v3.0
9 stars 15 forks source link

Parameterize VPC, subnet and update DNS A record #87

Closed chrisammon3000 closed 1 year ago

chrisammon3000 commented 1 year ago

Description

Usage

These environment variables have been added:

# ./.env
# dev/vpc-dns-parameters changes
VPC_ID=<vpc_id>
PUBLIC_SUBNET_ID=<subnet_id>
HOSTED_ZONE_ID=<hosted_zone_id>

Important

Make sure to sync changes in database scripts after deploying this change.

make database.sync-scripts

Next Steps