Skip to content

princeton-sns/whiptail-aws

Repository files navigation

Prerequirements

  1. Install aws-cli on your machine: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
  2. Intall cdk on your machine: https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html
  3. Configure aws-cli: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html

Setup

  1. Change the config.json
  2. Run npm install in this project
  3. Run cdk synth
  4. Run cdk deploy to deploy all your resources
  5. If you want to delete the cluster, run cdk destroy

Network

Servers have hostname like server-${shard}-${replica}.${prefix}.whiptail.local Clients have hostname like client-${index}-0.${prefix}.whiptail.local Control node has hostname control.${prefix}.whiptail.local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published