diff --git a/README.md b/README.md
index 1a86026db..cb1472c3c 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ This repository is an extension of CloudSploit's [open-source scanning engine](h
* [Instance IAM Role](en/aws/ec2/instance-iam-role.md)
* [Instance Limit](en/aws/ec2/instance-limit.md)
* [NAT Multiple AZ](en/aws/ec2/nat-multiple-az.md)
+ * [Network Acl Has Tags](en/aws/ec2/network-acl-has-tags.md)
* [Open All Ports Protocols](en/aws/ec2/open-all-ports-protocols.md)
* [Open CIFS](en/aws/ec2/open-cifs.md)
* [Open DNS](en/aws/ec2/open-dns.md)
diff --git a/en/aws/ec2/network-acl-has-tags.md b/en/aws/ec2/network-acl-has-tags.md
new file mode 100644
index 000000000..145807bb9
--- /dev/null
+++ b/en/aws/ec2/network-acl-has-tags.md
@@ -0,0 +1,24 @@
+[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)
+
+# AWS / EC2 / Network ACL Has Tags
+
+## Quick Info
+
+| | |
+|-|-|
+| **Plugin Title** | Network ACL Has Tags |
+| **Cloud** | AWS |
+| **Category** | EC2 |
+| **Description** | Ensure that Network ACLs have tags associated. |
+| **More Info** | Tags help you to group resources together that are related to or associated with each other. It is a best practice to tag cloud resources to better organize and gain visibility into their usage. |
+| **AWS Link** | https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html |
+| **Recommended Action** | Modify Network ACL and add tags. |
+
+## Detailed Remediation Steps
+1. Log into the AWS Management Console.
+2. Select the "Services" option and search for VPC.
+3. Scroll down the left navigation panel and choose "Network ACL" under "Security".
+4. Select the "Network ACL" that needs to have tags and choose the "Tags" tab from navigation panel on the bottom of page.
+5. Under Tags click on "Manage Tags" button .
+6. On Manage Tags page Click on "Add new Tags" button. Enter the key value for tags and click "Save".
+7. Repeat the steps number 4 to 6 for remaining Network ACL's.
\ No newline at end of file
diff --git a/resources/aws/ec2/network-acl-has-tags/README.md b/resources/aws/ec2/network-acl-has-tags/README.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/aws/ec2/network-acl-has-tags/step2.png b/resources/aws/ec2/network-acl-has-tags/step2.png
new file mode 100644
index 000000000..2fba3d4ec
Binary files /dev/null and b/resources/aws/ec2/network-acl-has-tags/step2.png differ
diff --git a/resources/aws/ec2/network-acl-has-tags/step3.png b/resources/aws/ec2/network-acl-has-tags/step3.png
new file mode 100644
index 000000000..790641125
Binary files /dev/null and b/resources/aws/ec2/network-acl-has-tags/step3.png differ
diff --git a/resources/aws/ec2/network-acl-has-tags/step5.png b/resources/aws/ec2/network-acl-has-tags/step5.png
new file mode 100644
index 000000000..8b8c7ef5d
Binary files /dev/null and b/resources/aws/ec2/network-acl-has-tags/step5.png differ
diff --git a/resources/aws/ec2/network-acl-has-tags/step6.png b/resources/aws/ec2/network-acl-has-tags/step6.png
new file mode 100644
index 000000000..e093e65d5
Binary files /dev/null and b/resources/aws/ec2/network-acl-has-tags/step6.png differ
diff --git a/resources/aws/ec2/network-acl-has-tags/step7.png b/resources/aws/ec2/network-acl-has-tags/step7.png
new file mode 100644
index 000000000..f34ee1268
Binary files /dev/null and b/resources/aws/ec2/network-acl-has-tags/step7.png differ