diff --git a/en/aws/ec2/ec2-ahs-tags.md b/en/aws/ec2/ec2-ahs-tags.md
new file mode 100644
index 000000000..a2efc608d
--- /dev/null
+++ b/en/aws/ec2/ec2-ahs-tags.md
@@ -0,0 +1,25 @@
+[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)
+
+# AWS / EC2 / Instance Has Tags
+
+## Quick Info
+
+| | |
+|-|-|
+| **Plugin Title** | Instance Has Tags |
+| **Cloud** | AWS |
+| **Category** | EC2 |
+| **Description** | Ensure EC2 Instances 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/AWSEC2/latest/UserGuide/Using_Tags.html |
+| **Recommended Action** | Add tags to ec2 instance |
+
+## Detailed Remediation Steps
+1. Log into the AWS Management Console.
+2. Select the "Services" option and search for EC2.
+3. Scroll down the left navigation panel and choose "Instances".
+4. Select the "EC2 Instance" for which you want to add tags and Click on the "Tags" tab in navigation panel below.
+5. On the "Description" tab Click on "Manage Tags" button
+6. On "Manage Tags" page Click on "Add Tag" button enter key and value for your tag and Click save.
+
+
diff --git a/resources/aws/ec2/ec-has-tags/README.md b/resources/aws/ec2/ec-has-tags/README.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/aws/ec2/ec-has-tags/step2.png b/resources/aws/ec2/ec-has-tags/step2.png
new file mode 100644
index 000000000..6986f4ddf
Binary files /dev/null and b/resources/aws/ec2/ec-has-tags/step2.png differ
diff --git a/resources/aws/ec2/ec-has-tags/step3.png b/resources/aws/ec2/ec-has-tags/step3.png
new file mode 100644
index 000000000..443b4f507
Binary files /dev/null and b/resources/aws/ec2/ec-has-tags/step3.png differ
diff --git a/resources/aws/ec2/ec-has-tags/step4.png b/resources/aws/ec2/ec-has-tags/step4.png
new file mode 100644
index 000000000..eaf0d5083
Binary files /dev/null and b/resources/aws/ec2/ec-has-tags/step4.png differ
diff --git a/resources/aws/ec2/ec-has-tags/step5.png b/resources/aws/ec2/ec-has-tags/step5.png
new file mode 100644
index 000000000..202e0e201
Binary files /dev/null and b/resources/aws/ec2/ec-has-tags/step5.png differ
diff --git a/resources/aws/ec2/ec-has-tags/step6.png b/resources/aws/ec2/ec-has-tags/step6.png
new file mode 100644
index 000000000..3735588d7
Binary files /dev/null and b/resources/aws/ec2/ec-has-tags/step6.png differ