- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-31-2024 01:12 PM
Hello,
We're looking to find Cloud systems not being used. Is there a way on Prisma Cloud to report on nodes not using any compute resources?
Thank you,
Jennifer
01-31-2024 02:39 PM - edited 01-31-2024 02:40 PM
Hello,
Can you provide a few more details on the environment you are attempting to view the compute resources. IE the cloud service provider for example. Using the investigate page and viewing the configuration will not give you access into running processes for a system but you could use network traffic to and from a system to start the discovery.
network from vpc.flow_record where accepted.bytes > A number AND response.bytes > A Number
Use the below query to obtain visibility into a systems configuration which we can see assigned resources but live consumption is not available through this API. I will check for other options and get back with you.
config from cloud.resource where cloud.service = 'Amazon EC2' AND api.name = 'aws-ec2-describe-instances' AND json.rule =
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!