0 votes
in Amazon Elastic Compute Cloud EC2 by
Example NACL rules for Inbound traffic for IPV4 address

1 Answer

0 votes
by

Example NACL rules for Inbound traffic for IPV4 address:

HTTP type - TCP protocol - 80 - 0.0.0.0 - ALLOW (Allows inbound HTTP traffic from any IPV4 address)

SSH type - TCP protocol - 22 - 192.0.2.0/24 - ALLOW (Allows inbound SSH traffic from specific IPV4 address range over the Internet gateway)

Example NACL rule for Outbound traffic for IPV4 address:

HTTPS type - TCP protocol - 443 - 0.0.0.0 - ALLOW (Allows outbound HTTPS traffic from subnet to Internet)

Related questions

0 votes
asked Jun 17, 2020 in Amazon Elastic Compute Cloud EC2 by Robindeniel
+1 vote
asked May 28, 2020 in Amazon Elastic Compute Cloud EC2 by sharadyadav1986
...