diff --git a/en/aws/autoscaling/elb-health-check-active.md b/en/aws/autoscaling/elb-health-check-active.md
index cb7aa1a54..00a373415 100644
--- a/en/aws/autoscaling/elb-health-check-active.md
+++ b/en/aws/autoscaling/elb-health-check-active.md
@@ -15,7 +15,17 @@
| **Recommended Action** | Enable ELB health check for the Auto Scaling groups. |
## Detailed Remediation Steps
-
+1. Log in to the AWS Management Console.
+2. Select the "Services" option and search for EC2.
+3. In the EC2 Management console, scroll down and click on the "Auto Scaling groups" at the bottom.
+4. On the "Auto Scaling groups" page, select the auto scaling group which needs to be verified whether all Auto Scaling groups have ELB health check active or not.
+5. On the "Auto Scaling groups" page, scroll down and check the "Health Check" and if the "Health Check Type" is showing as EC2 then the selected Auto Scaling group don't have ELB health check active.
+6. Repeat steps number 2 - 5 to check other Auto Scaling group in the account.
+7. Navigate to the EC2 console using the link https://console.aws.amazon.com/ec2/ .
+8. Scroll down the EC2 console page, select the Auto Scaling group which needs to have ELB health check active.
+9. Scroll down the "Auto Scaling group" page, on the "Health checks" tab, click on the "Edit" button.
+10. On the "Health checks" page, click on the checkbox next to the "ELB" under the "Health check type" and click on the "Update" button to make the changes.
+11. Repeat steps number 7 - 10 to enable ELB health check for the Auto Scaling groups.
diff --git a/resources/aws/autoscaling/elb-health-check-active/README.md b/resources/aws/autoscaling/elb-health-check-active/README.md
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/resources/aws/autoscaling/elb-health-check-active/README.md
@@ -0,0 +1 @@
+
diff --git a/resources/aws/autoscaling/elb-health-check-active/step10.png b/resources/aws/autoscaling/elb-health-check-active/step10.png
new file mode 100644
index 000000000..61ebfabbc
Binary files /dev/null and b/resources/aws/autoscaling/elb-health-check-active/step10.png differ
diff --git a/resources/aws/autoscaling/elb-health-check-active/step2.png b/resources/aws/autoscaling/elb-health-check-active/step2.png
new file mode 100644
index 000000000..6728c094d
Binary files /dev/null and b/resources/aws/autoscaling/elb-health-check-active/step2.png differ
diff --git a/resources/aws/autoscaling/elb-health-check-active/step3.png b/resources/aws/autoscaling/elb-health-check-active/step3.png
new file mode 100644
index 000000000..ebf923529
Binary files /dev/null and b/resources/aws/autoscaling/elb-health-check-active/step3.png differ
diff --git a/resources/aws/autoscaling/elb-health-check-active/step4.png b/resources/aws/autoscaling/elb-health-check-active/step4.png
new file mode 100644
index 000000000..123675fc9
Binary files /dev/null and b/resources/aws/autoscaling/elb-health-check-active/step4.png differ
diff --git a/resources/aws/autoscaling/elb-health-check-active/step5.png b/resources/aws/autoscaling/elb-health-check-active/step5.png
new file mode 100644
index 000000000..7f6d872c3
Binary files /dev/null and b/resources/aws/autoscaling/elb-health-check-active/step5.png differ
diff --git a/resources/aws/autoscaling/elb-health-check-active/step8.png b/resources/aws/autoscaling/elb-health-check-active/step8.png
new file mode 100644
index 000000000..32b8f105a
Binary files /dev/null and b/resources/aws/autoscaling/elb-health-check-active/step8.png differ
diff --git a/resources/aws/autoscaling/elb-health-check-active/step9.png b/resources/aws/autoscaling/elb-health-check-active/step9.png
new file mode 100644
index 000000000..5d3aa7da7
Binary files /dev/null and b/resources/aws/autoscaling/elb-health-check-active/step9.png differ