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

Skip Configuration and Validation of VPC Endpoints #111

Closed chrisammon3000 closed 4 months ago

chrisammon3000 commented 4 months ago

Description

New environment variable added to skip VPC endpoint creation and validation during the initial deployment:

SKIP_CONFIGURE_VPC_ENDPOINTS=true

Usage

  1. If VPC endpoints are not created or validated for a private subnet deployment, the following endpoints need to be created beforehand:
    • com.amazonaws.us-east-1.s3
    • com.amazonaws.us-east-1.ssm
    • com.amazonaws.us-east-1.secretsmanager
    • com.amazonaws.us-east-1.ec2messages
    • com.amazonaws.us-east-1.ssmmessages
  2. Modify all VPC endpoints to be associated with the Neo4j security group once the infrastructure stack is deployed.