Skip to main content

NetworkAcl



Resource Icon

Resource Overview

A Network Access Control List (ACL) allows or denies inbound or outbound traffic at the subnet level.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

Basic Settings

  • included_vpc_name : Name of the VPC where the ACL is created
  • nacl_description : Description of the network ACL

Inbound Rules (inbound_rule)

  • inbound_rule.priority : Rule priority - 0 ~ 199
  • inbound_rule.protocol : Traffic protocol - TCP, UDP, ICMP
  • inbound_rule.rule_action : Action for inbound traffic - ALLOW, DROP
  • inbound_rule.ip_block : Source CIDR block
  • inbound_rule.port_range : Port range - 1 ~ 65535

Outbound Rules (outbound_rule)

  • outbound_rule.priority : Rule priority - 0 ~ 199
  • outbound_rule.protocol : Traffic protocol - TCP, UDP, ICMP
  • outbound_rule.rule_action : Action for outbound traffic - ALLOW, DROP
  • outbound_rule.ip_block : Destination CIDR block
  • outbound_rule.port_range : Port range - 1 ~ 65535

Tags

  • tag : Tags used to categorize the resource

References