How To Identify AWS Application Load Balancers (ALB) Using RQL in Prisma Cloud
257
Created On 07/15/22 23:19 PM - Last Modified 11/15/25 00:28 AM
Objective
How to identify AWS Application Load Balancers (ALB’s) using the RQL in Prisma Cloud?
Environment
Procedure
In order to identify Application Load Balancers use the RQL below since the ALB's are combined with Elastic Load Balancers. The RQL will show all network and Application Load Balancers.
1. Login Prisma Cloud Console > Investigate > Run the RQL below
config from cloud.resource where api.name = 'aws-elbv2-describe-load-balancers'
Note: More parameters can be added in the RQL above based on the needs, use RQL Example Library for reference.
Additional Information
Prisma Cloud Resource Query Language (RQL)