aws-ec2-network-acls
Describes one or more of your AWS EC2 network ACLs.
aws-ec2-network-acls [profile=PROFILE] [region=REGION]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- ec2:DescribeNetworkAcls
Output Fields
Field | Type | Name | Description |
---|---|---|---|
aws_profile | String | Connect profile | The identifier of AWS connect profile |
region | String | Region | e.g. ap-northeast-2 |
network_acl_id | String | Network ACL ID | |
default | Bool | Default | |
owner_id | String | Owner ID | |
vpc_id | String | VPC ID | |
entries | List | Entries | Elements with rule_no, rule_action, protocol, egress, cidr_block, ipv6_cidr_block, port_from, port_to, icmp_code, and icmp_type properties. |
associations | List | Associations | Elements with acl_id, acl_assoc_id, and subnet_id properties. |
tags | List | Tags | Elements with key and value properties. |