This is the instance of the Histomics AWS deployment terraform associated with histomics.kitware.com. Its state is managed on Kitware's Terraform Cloud organization.
- Obtain a domain name via AWS Route53, and set the
domain_nameterraform variable to its value. - Create an SSH keypair and set the public key as the
ssh_public_keyterraform variable. This is the key that will be authorized on the worker EC2 instance(s). - Set AWS credentials in your shell environment.
- In your target MongoDB Atlas organization, create a new API key and set the public and private
key in your local environment in the variables
MONGODB_ATLAS_PUBLIC_KEYandMONGODB_ATLAS_PRIVATE_KEY. - Set the target MongoDB Atlas organization ID as the
mongodbatlas_org_idterraform variable.