diff --git a/en/aws/autoscaling/autoscaling-elb-same-availability-zone.md b/en/aws/autoscaling/autoscaling-elb-same-availability-zone.md
index a5392a1da..d7a6e844e 100644
--- a/en/aws/autoscaling/autoscaling-elb-same-availability-zone.md
+++ b/en/aws/autoscaling/autoscaling-elb-same-availability-zone.md
@@ -15,7 +15,18 @@
| **Recommended Action** | Update the ELB to use the same availability zones as the autoscaling group. |
## 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 attached ELBs are operating in the same availability zone or not.
+5. On the "Auto Scaling groups" page, scroll down and check the "Network" tab for "Availability Zones" for Auto Sacling Group.
+6. Scroll down the page and click on the "Load balancer" attached to the Auto Scaling group, to check the Availability Zone of the Load balancer as well.
+7. On the "Load balancer" page, check under the description for the Availability Zone and if the Availability Zone of the Auto Scaling group is not the same as Load balancer, please make the changes accordingly.
+8. Repeat steps number 2 - 7 to check other groups in the account.
+9. Navigate to the EC2 console using the link https://console.aws.amazon.com/ec2/ .
+10. Scroll down the EC2 console page, select the Load balancer which needs to have the same Availability Zone as the Auto Scaling group.
+11. Click on the "Instance" tab and click on the "Edit Availability Zones" button.
+12. Select the "Availability Zone" from the Add and Remove Subnets which is the same as Auto Scaling group and click on the Save button to make the changes.
+13. Repeat steps number 9 - 12 to update the ELB to use the same availability zones as the Auto Scaling group.
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/README.md b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/README.md
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/README.md
@@ -0,0 +1 @@
+
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step10.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step10.png
new file mode 100644
index 000000000..66b139b3a
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step10.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step11.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step11.png
new file mode 100644
index 000000000..23611d94f
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step11.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step12.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step12.png
new file mode 100644
index 000000000..f7d38159f
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step12.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step2.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step2.png
new file mode 100644
index 000000000..6728c094d
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step2.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step3.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step3.png
new file mode 100644
index 000000000..ebf923529
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step3.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step4.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step4.png
new file mode 100644
index 000000000..123675fc9
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step4.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step5.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step5.png
new file mode 100644
index 000000000..7bcb5337f
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step5.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step6.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step6.png
new file mode 100644
index 000000000..eba8521a6
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step6.png differ
diff --git a/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step7.png b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step7.png
new file mode 100644
index 000000000..b1f6af783
Binary files /dev/null and b/resources/aws/autoscaling/autoscaling-elb-same-availability-zone/step7.png differ