diff --git a/en/aws/ecs/ecs-clusters-have-tags.md b/en/aws/ecs/ecs-clusters-have-tags.md
new file mode 100644
index 000000000..86407e5bc
--- /dev/null
+++ b/en/aws/ecs/ecs-clusters-have-tags.md
@@ -0,0 +1,23 @@
+[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com)
+
+# AWS / ECS / ECS Clusters Have Tags
+
+## Quick Info
+
+| | |
+|-|-|
+| **Plugin Title** | ECS Cluster Has Tags |
+| **Cloud** | AWS |
+| **Category** | ECS |
+| **Description** | Ensure ECS clusters 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/AmazonECS/latest/developerguide/ecs-using-tags.html |
+| **Recommended Action** | Modify ECS Cluster and add tags. |
+
+## Detailed Remediation Steps
+1. Log into the AWS Management Console.
+2. Select the "Services" option and search for ECS.
+3. In navigation pane select "Clusters".
+4. On Clusters page click on the cluster name which needs to have tags.
+5. On Cluster Details page choose "Tags" tab from navigation panel. Under "Tags" tab click on "Edit" button.
+6. On Tags pop up click enter key-value related to tag and Click on "Save".
diff --git a/resources/aws/ecs/ecs-clusters-have-tags/README.md b/resources/aws/ecs/ecs-clusters-have-tags/README.md
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/aws/ecs/ecs-clusters-have-tags/step2.png b/resources/aws/ecs/ecs-clusters-have-tags/step2.png
new file mode 100644
index 000000000..0d17fcb99
Binary files /dev/null and b/resources/aws/ecs/ecs-clusters-have-tags/step2.png differ
diff --git a/resources/aws/ecs/ecs-clusters-have-tags/step3.png b/resources/aws/ecs/ecs-clusters-have-tags/step3.png
new file mode 100644
index 000000000..80d6e5b18
Binary files /dev/null and b/resources/aws/ecs/ecs-clusters-have-tags/step3.png differ
diff --git a/resources/aws/ecs/ecs-clusters-have-tags/step4.png b/resources/aws/ecs/ecs-clusters-have-tags/step4.png
new file mode 100644
index 000000000..f46e7b844
Binary files /dev/null and b/resources/aws/ecs/ecs-clusters-have-tags/step4.png differ
diff --git a/resources/aws/ecs/ecs-clusters-have-tags/step5.png b/resources/aws/ecs/ecs-clusters-have-tags/step5.png
new file mode 100644
index 000000000..4cc9f3ab6
Binary files /dev/null and b/resources/aws/ecs/ecs-clusters-have-tags/step5.png differ
diff --git a/resources/aws/ecs/ecs-clusters-have-tags/step6.png b/resources/aws/ecs/ecs-clusters-have-tags/step6.png
new file mode 100644
index 000000000..0763f574c
Binary files /dev/null and b/resources/aws/ecs/ecs-clusters-have-tags/step6.png differ