Using Console
Using CLI
<your-vpc-id>
with the ID of your VPC.<your-network-acl-id>
with the ID of the Network ACL that needs to be updated, and <rule-number>
with the appropriate rule number in the Network ACL.Using Python
'your_vpc_id'
and 'your_network_acl_id'
with your actual VPC ID and Network ACL ID.