Configure an ECS load balancer
Configure an AWS Classic Load Balancer for accessing Prisma Cloud Console. Console serves its UI and API over HTTPS on port 8083, and Defender communicates with Console over a websocket on port 8084. You’ll set up a single load balancer to forward requests for both port 8083 and 8084 to Console, with the load balancer checking Console’s health using the /api/v1/_ping endpoint on port 8083.
For the complete install procedure for Prisma Cloud on Amazon ECS, see here.
Log into the AWS Management Console.
Go to Services > Compute > EC2.
In the left menu, go to Load Balancing > Load Balancers.
Create a load balancer.
Click Create Load Balancer.
In Classic Load Balancer, click Create.
Give your load balancer a name, such as pc-ecs-lb.
Leave default VPC.
Create the following listener configuration:
Load Balancer Protocol: TCP
Load Balancer Port: 8083
Instance Protocol: TCP
Instance Port: 8083
Click Add to add another listener using following listener configuration:
Load Balancer Protocol: TCP
Load Balancer Port: 8084
Instance Protocol: TCP
Instance Port: 8084
Click Next: Assign Security Groups.
Select the pc-security-group
Click Next Configure Security Settings.
Ignore the warning and click Next: Configure Health Check
Use the following health check configuration:
Ping Protocol: HTTPS
Ping Port: 8083
Ping Path: /api/v1/_ping
For Advanced Details, accept the default settings.
Click Next: Add EC2 Instances
Do not select any instances.
Click Next: Add Tags.
Under Key, enter Name.
Under Value, enter pc-ecs-lb.
Click Review and Create.
Review your settings and select Create.
Review the load balancer that was created and record its DNS Name.
Last updated
Was this helpful?

