Skip to main content

Network Acl



Resource Icon

Resource Overview

This service provides network security management for subnets.

Associated Resources

Parent Resource

Resource Setting Values

  • included_vpc_name : The name of VPC to create ACL
  • nacl_description : Description of ACL
  • inbound_rule
    • priority : The priority of inbound rule, 0 to 199
    • protocol : The protocol of inbound traffic - TCP, UDP, ICMP
    • rule_action : Allow or deny inbound traffic - ALLOW, DROP
    • ip_block : The source of inbound traffic, the CIDR block
    • port_range : The range of ports to apply, 1 to 65535
  • outbound_rule
    • priority : The priority of outbound rule, 0 to 199
    • protocol : The protocol of outbound traffic - TCP, UDP, ICMP
    • rule_action : Allow or deny outbound traffic - ALLOW, DROP
    • ip_block : The destination of outbound traffic, the CIDR block
    • port_range : The range of ports to apply, 1 to 65535 (When setting range: 100-200)

Reference Materials