aws.inspector.preview_agents
Example SQL Queries
SELECT * FROMaws.inspector.preview_agentsWHERE"preview_agents_arn" = 'VALUE';Description
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
Table Definition
| Column Name | Column Data Type |
|---|---|
| preview_agents_arn Required Input Column The ARN of the assessment target whose agents you want to preview. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| agent_health The health status of the Amazon Inspector Agent. | VARCHAR |
| agent_id The ID of the EC2 instance where the agent is installed. | VARCHAR |
| agent_version The version of the Amazon Inspector Agent. | VARCHAR |
| auto_scaling_group The Auto Scaling group for the EC2 instance where the agent is installed. | VARCHAR |
| hostname The hostname of the EC2 instance on which the Amazon Inspector Agent is installed. | VARCHAR |
| ipv4_address The IP address of the EC2 instance on which the Amazon Inspector Agent is installed. | VARCHAR |
| kernel_version The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed. | VARCHAR |
| operating_system The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed. | VARCHAR |