Mondoo Docs

AWS Elastic Load Balancing load balancer

aws.elb.loadbalancer MQL resource for querying AWS infrastructure with cnquery and cnspec.

AWSPrivate Resource

AWS Elastic Load Balancing load balancer

Min version: 5.15.0Defaults: name region elbType scheme vpcId dnsName

Relationships

Mini Map
AWS
5 resources · 9 relationshipsClick to select, expand fields to see properties.

Fields (16)

FieldTypeDescription
arnrequired
stringARN for the load balancer
attributes
[]dictA list of attributes for the load balancer
availabilityZonesrequired
[]stringAvailability zone where the load balancer runs
createdAtrequired
timeDate and time the load balancer was created
createdTimerequired
timeDeprecated (use `createdAt` instead)
dnsNamerequired
stringDNS name for the load balancer
elbTyperequired
stringType of ELB. Possible values are `network`, `application`, `gateway`, or `classic`
hostedZoneIdrequired
stringID of the Amazon Route 53 hosted zone associated with the load balancer
listenerDescriptions
[]dictList of listener configurations for the load balancer
namerequired
stringUser-specified name for the load balancer
regionrequired
stringRegion where the load balancer exists
schemerequired
stringScheme for the load balancer: internet-facing or internal
securityGroupsrequired
[]aws.ec2.securitygroupVPC security groups for the load balancer
targetGroups
[]aws.elb.targetgroupList of target groups for the load balancer
vpcrequired
aws.vpcVPC where the load balancer is located
vpcIdrequired
stringDeprecated: Use `vpc` instead