Network Acl
Resource Icon
Resource Overview
A network access control list (ACL) controls whether specific inbound or outbound traffic is allowed or denied at the subnet level. You can use the default network ACL for your VPC or create a custom network ACL with rules similar to those of security groups to add an additional layer of security to your VPC. There are no additional charges for using network ACLs.
Associated Resources
Parent Resources
Connected Resources
Resource Setting Values
included_vpc_name
: The name of the VPC with the Network ACLlinked_subnet_names
: Subnet names to apply Network ACL toingress
: Ingress rule name in Network ACLprotocol
: Protocol in Ingress Rule -tcp
,udp
,ssh
,icmp
,all
action
: Action to be applied to the protocol of the Ingress rule -allow
,deny
cidr_block
: CIDR to apply the Ingress rule tofrom_port
: Port number coming into the Ingress ruleto_port
: Outgoing port number through the Ingress rule
egress
: Ingress rule name in Network ACLprotocol
: Protocol in Egress Rule -tcp
,udp
,ssh
,icmp
,all
action
: Action to be applied to the protocol of the Egress rule -allow
,deny
cidr_block
: CIDR to apply the Egress rule tofrom_port
: Port number coming into the Egress ruleto_port
: Outgoing port number through the Egress rule