Mondoo Docs

AWS EC2 network interface

aws.ec2.networkinterface MQL resource for querying AWS infrastructure with cnquery and cnspec.

AWSPrivate Resource

AWS EC2 network interface

Min version: 9.0.0Defaults: id privateIpAddress macAddress

Relationships

Mini Map
AWS
6 resources · 14 relationshipsClick to select, expand fields to see properties.

Fields (14)

FieldTypeDescription
availabilityZonerequired
stringAvailability zone of the network interface
descriptionrequired
stringDescription of the network interface
idrequired
stringID of the network interface
ipv6Nativerequired
intWhether this is an IPv6 only network interface
macAddressrequired
stringMAC address of the network interface
privateDnsNamerequired
stringPrivate DNS name of the network interface (IPv4)
privateIpAddressrequired
stringPrivate IPv4 address of the network interface
requesterManagedrequired
intWhether the network interface is being managed by an AWS service (for example, AWS Management Console, Auto Scaling, and so on)
securityGroups
[]aws.ec2.securitygroupSecurity groups associated with the network interface
sourceDestCheckrequired
intWhether the network interface performs source/destination checking (A value of true means checking is enabled, and false means checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC.)
statusrequired
stringStatus of the network interface. If the network interface is not attached to an instance, the status is available; if a network interface is attached to an instance the status is in-use
subnet
aws.vpc.subnetSubnet of the network interface
tagsrequired
map[string]stringTags set on the interface
vpc
aws.vpcVPC of the network interface