Defining IP Ranges for 8.4 deployment by NodeType
Hello everyone,
First time working on Pega Deployments. We are deploying Pega 8.4 Platform in AWS Private Cloud. We are deploying on Amazon Linux with Tomcat and PostgreSQL. Given architecture, we want do deploy by node classification (Batch, Stream and WebUser). Each nod type will be associated with an Application Load Balancer, all instances will be under same VPC and may be in 2 subnets. i have couple questions.
- To communicate between Nodes, i may need to provide Batch Node IP address to Stream and WebUser
- Since nodes are behind Load Balancers, how can i provision IP range in Stream and WebUser instead of individual IP address, which may change down the line
- What is the best way to build search indexes in this scenarios.
Thank you in advance