diff --git a/en/aws/elb/elb-has-tags.md b/en/aws/elb/elb-has-tags.md
new file mode 100644
index 000000000..70455a0e5
--- /dev/null
+++ b/en/aws/elb/elb-has-tags.md
@@ -0,0 +1,23 @@
+[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)
+
+# AWS / ELB / ELB Has Tags
+
+## Quick Info
+
+| | |
+|-|-|
+| **Plugin Title** | ELB Has Tags |
+| **Cloud** | AWS |
+| **Category** | ELB |
+| **Description** | Ensure that ELBs have tags. |
+| **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/elasticloadbalancing/latest/APIReference/API_AddTags.html |
+| **Recommended Action** | Modify ELB and add tags. |
+
+## Detailed Remediation Steps
+1. Log into the AWS Management Console.
+2. Select the "Services" option and search for EC2.
+3. In the "EC2 Dashboard" scroll down and look for "Load Balancers" and click on "Load Balancers" to get into "Load Balancers" dashboard.
+4. Select the "Load Balancer" which needs to have tags.
+5. Select the "Tags" tab from the bottom panel and Click on "Add/Edit Tags" button.
+6. On "Add/Edit Tags" popup Click on "Create Tag" button and enter key-value for the tag and Click "Save".
diff --git a/resources/aws/elb/elb-has-tags/README.md b/resources/aws/elb/elb-has-tags/README.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/aws/elb/elb-has-tags/step2.png b/resources/aws/elb/elb-has-tags/step2.png
new file mode 100644
index 000000000..d4f2bc91a
Binary files /dev/null and b/resources/aws/elb/elb-has-tags/step2.png differ
diff --git a/resources/aws/elb/elb-has-tags/step3.png b/resources/aws/elb/elb-has-tags/step3.png
new file mode 100644
index 000000000..9b4283637
Binary files /dev/null and b/resources/aws/elb/elb-has-tags/step3.png differ
diff --git a/resources/aws/elb/elb-has-tags/step4.png b/resources/aws/elb/elb-has-tags/step4.png
new file mode 100644
index 000000000..0867cb0e1
Binary files /dev/null and b/resources/aws/elb/elb-has-tags/step4.png differ
diff --git a/resources/aws/elb/elb-has-tags/step5.png b/resources/aws/elb/elb-has-tags/step5.png
new file mode 100644
index 000000000..8090e1afb
Binary files /dev/null and b/resources/aws/elb/elb-has-tags/step5.png differ
diff --git a/resources/aws/elb/elb-has-tags/step6.png b/resources/aws/elb/elb-has-tags/step6.png
new file mode 100644
index 000000000..0ebee70c4
Binary files /dev/null and b/resources/aws/elb/elb-has-tags/step6.png differ