More Info:

Maintaining unused resources increases risks of misconfigurations and increases the difficulty of audits. Unused Network ACLs should therefore be discarded.

Risk Level

Low

Address

Security

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the issue of Unused Network ACLs in AWS, you can follow these steps using the AWS Management Console:

  1. Login to AWS Console: Go to the AWS Management Console at https://aws.amazon.com/ and log in to your AWS account.

  2. Navigate to VPC Dashboard: From the AWS Management Console, navigate to the VPC Dashboard by clicking on ‘Services’ and then selecting ‘VPC’ under the Networking & Content Delivery section.

  3. Identify Unused Network ACLs: In the VPC Dashboard, click on ‘Network ACLs’ in the left-hand menu. Review the list of Network ACLs to identify any that are not associated with any Subnets or not in use.

  4. Check Associated Subnets: Click on each Network ACL to view its details and check the ‘Associated Subnets’ tab to see if it is associated with any Subnets. If a Network ACL is not associated with any Subnets, it is considered unused.

  5. Disassociate Unused Network ACLs: To disassociate a Network ACL from a Subnet, select the unused Network ACL, click on the ‘Actions’ dropdown menu, and then choose ‘Edit associations’. Remove the association with any Subnets listed.

  6. Delete Unused Network ACLs: Once you have disassociated the Network ACL from all Subnets, you can safely delete the unused Network ACL. Select the unused Network ACL, click on the ‘Actions’ dropdown menu, and choose ‘Delete network ACL’.

  7. Confirm Deletion: A confirmation dialog will appear asking you to confirm the deletion of the Network ACL. Confirm the deletion to remove the unused Network ACL from your AWS account.

  8. Verify Remediation: After deleting the unused Network ACL, verify that it has been successfully removed by checking the list of Network ACLs in the VPC Dashboard.

By following these steps, you can remediate the issue of Unused Network ACLs in AWS and ensure that your VPC resources are properly configured and secured.

Additional Reading: