Skip to content

Instantly share code, notes, and snippets.

@RaulGracia
Created February 2, 2021 10:38
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/2592cd3a0ec8c3e6eccee671e062c7a9 to your computer and use it in GitHub Desktop.
Save RaulGracia/2592cd3a0ec8c3e6eccee671e062c7a9 to your computer and use it in GitHub Desktop.
public_key_path = "~/.ssh/pulsar_aws.pub"
region = "us-west-2"
ami = "ami-9fa343e7" // RHEL-7.4
instance_types = {
"pulsar" = "i3.16xlarge"
"zookeeper" = "t3.small"
"client" = "c5.4xlarge"
"prometheus" = "t3.small"
}
num_instances = {
"client" = 10
"pulsar" = 3
"zookeeper" = 3
"prometheus" = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment