diff --git a/en/aws/autoscaling/suspended-autoscaling-groups.md b/en/aws/autoscaling/suspended-autoscaling-groups.md index 448e88a28..ef1daa897 100644 --- a/en/aws/autoscaling/suspended-autoscaling-groups.md +++ b/en/aws/autoscaling/suspended-autoscaling-groups.md @@ -15,7 +15,17 @@ | **Recommended Action** | Update the AutoScaling group to resume the suspended processes. | ## 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 that there are no Amazon AutoScaling groups with suspended processes.
+5. On the "Auto Scaling groups" page, scroll down and under "Advanced configurations" check for Suspended Processes configuration attribute and if the value is set to one or more auto scaling processes such as Launch, Terminate, HealthCheck then the selected Auto Scaling group has one or more suspended processes.
+6. Repeat steps number 2 - 5 to check other Auto Scaling groups 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" from the left navigation panel and select the Auto scaling group in which one have to resume the suspended processes.
+9. On the "Auto Scaling groups" page, scroll down and under "Advanced configurations" click on the "Edit" button.
+10. Remove the suspended auto scaling process available within Suspended Processes box by click on X option. Click on the Update button at the bottom to make the changes.
+11. Repeat steps number 7 - 10 to update the AutoScaling group to resume the suspended processes.
diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/README.md b/resources/aws/autoscaling/suspended-autoscaling-groups/README.md new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/resources/aws/autoscaling/suspended-autoscaling-groups/README.md @@ -0,0 +1 @@ + diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/step10.png b/resources/aws/autoscaling/suspended-autoscaling-groups/step10.png new file mode 100644 index 000000000..18beefb99 Binary files /dev/null and b/resources/aws/autoscaling/suspended-autoscaling-groups/step10.png differ diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/step2.png b/resources/aws/autoscaling/suspended-autoscaling-groups/step2.png new file mode 100644 index 000000000..6728c094d Binary files /dev/null and b/resources/aws/autoscaling/suspended-autoscaling-groups/step2.png differ diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/step3.png b/resources/aws/autoscaling/suspended-autoscaling-groups/step3.png new file mode 100644 index 000000000..ebf923529 Binary files /dev/null and b/resources/aws/autoscaling/suspended-autoscaling-groups/step3.png differ diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/step4.png b/resources/aws/autoscaling/suspended-autoscaling-groups/step4.png new file mode 100644 index 000000000..123675fc9 Binary files /dev/null and b/resources/aws/autoscaling/suspended-autoscaling-groups/step4.png differ diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/step5.png b/resources/aws/autoscaling/suspended-autoscaling-groups/step5.png new file mode 100644 index 000000000..fdabcf68d Binary files /dev/null and b/resources/aws/autoscaling/suspended-autoscaling-groups/step5.png differ diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/step8.png b/resources/aws/autoscaling/suspended-autoscaling-groups/step8.png new file mode 100644 index 000000000..96c048d5b Binary files /dev/null and b/resources/aws/autoscaling/suspended-autoscaling-groups/step8.png differ diff --git a/resources/aws/autoscaling/suspended-autoscaling-groups/step9.png b/resources/aws/autoscaling/suspended-autoscaling-groups/step9.png new file mode 100644 index 000000000..88360bd12 Binary files /dev/null and b/resources/aws/autoscaling/suspended-autoscaling-groups/step9.png differ