Skip to main content

network_interfaces

Retrieves a list of network_interfaces in a region

Overview

Namenetwork_interfaces
TypeResource
Descriptionnetwork_interfaces
Idawscc.ec2.network_interfaces

Fields

NameDatatypeDescription
idstringNetwork interface id.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id
FROM awscc.ec2.network_interfaces
WHERE region = 'us-east-1'

Permissions

To operate on the network_interfaces resource, the following permissions are required:

Create

ec2:CreateNetworkInterface,
ec2:DescribeNetworkInterfaces,
ec2:CreateTags,
ec2:ModifyNetworkInterfaceAttribute

List

ec2:DescribeNetworkInterfaces