turbot/terraform_aws_compliance

GitHub
Loading controls...

Control: EC2 instances should not use multiple ENIs

Description

This control checks whether an EC2 instance uses multiple Elastic Network Interfaces (ENIs) or Elastic Fabric Adapters (EFAs). This control passes if a single network adapter is used. The control includes an optional parameter list to identify the allowed ENIs.

Usage

Run the control in your terminal:

steampipe check terraform_aws_compliance.control.ec2_instance_not_use_multiple_enis

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_aws_compliance.control.ec2_instance_not_use_multiple_enis

SQL

This control uses a named query:

ec2_instance_not_use_multiple_enis

Tags