You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Keyword Management System (KMS) is a application for maintaining keywords (science keywords, platforms, instruments, data centers, locations, projects, services, resolution, etc.) in the earthdata/IDN system.
export RDF4J_USER_NAME=[your rdfdb user name]export RDF4J_PASSWORD=[your rdfdb password]
Deploy Docker Container to Registry
cd infrastructure/rdfdb/cdk/bin./deploy_to_ecr.sh
Deploy ECS Service to AWS
Deploy IAM, EBS, LB, and ECS stacks
cd infrastructure/rdfdb/cdkcdk deploy rdf4jIamStackcdk deploy rdf4jEbsStackcdk deploy rdf4jLbStackcdk deploy rdf4jEcsStack
Alternatively, you can deploy all stacks at once
cd infrastructure/rdfdb/cdkcdk deploy --all
One thing to note is if you destroy the rdf4jEbsStack and redeploy, this will create a new EBS file system. You will need to copy the data from the old EBS file system to the new one. This can be done by mounting the old EBS file system to an EC2 instance and copying the data to the new EBS file system.
Deploying KMS to AWS
Prerequisites
Copy your AWS credentials and set these up as env variables