Skip to content

Instantly share code, notes, and snippets.

@RaulGracia
Created February 2, 2021 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaulGracia/2616c5cbcd30ed3fd4b7f414b1766a54 to your computer and use it in GitHub Desktop.
Save RaulGracia/2616c5cbcd30ed3fd4b7f414b1766a54 to your computer and use it in GitHub Desktop.
public_key_path = "~/.ssh/pravega_aws.pub"
region = "us-west-2"
ami = "ami-9fa343e7" // RHEL-7.4 us-west-2
instance_types = {
"controller" = "m5.large"
"bookkeeper" = "i3.16xlarge"
"zookeeper" = "t3.small"
"client" = "c5.4xlarge"
"metrics" = "t3.large"
}
num_instances = {
"controller" = 1
"bookkeeper" = 3
"zookeeper" = 3
"client" = 10
"metrics" = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment