0gap commented on issue #13843:
URL: https://github.com/apache/pulsar/issues/13843#issuecomment-1050058032


   Hi @dave2wave.
   `terraform.tfvars`:
   ```
   
   public_key_path     = "~/.ssh/pulsar_ssh.pub"
   region              = "eu-central-1"
   availability_zone   = "eu-central-1a"
   aws_ami             = "ami-06ec8443c2a35b0ba"
   num_zookeeper_nodes = 1
   num_bookie_nodes    = 3
   num_broker_nodes    = 2
   num_proxy_nodes     = 1
   base_cidr_block     = "10.0.0.0/16"
   
   instance_types      = {
     "zookeeper"   = "t2.small"
     "bookie"      = "i2.xlarge"
     "broker"      = "c5.2xlarge"
     "proxy"       = "c5.2xlarge"
   }
   ```
   
   I did no changes to `deploy.yaml`.
   
   I will make an attempt with the latest ones in the repo. Many thanks for 
pointing it out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to