Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.53 KB

ec2-max-instances.md

File metadata and controls

27 lines (23 loc) · 2.53 KB

CloudSploit

AWS / EC2 / EC2 Max Instances

Quick Info

Plugin Title EC2 Max Instances
Cloud AWS
Category EC2
Description Ensures the total number of EC2 instances does not exceed a set threshold.
More Info The number of running EC2 instances should be carefully audited, especially in unused regions, to ensure only approved applications are consuming compute resources. Many compromised AWS accounts see large numbers of EC2 instances launched.
AWS Link https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring_ec2.html
Recommended Action Ensure that the number of running EC2 instances matches the expected count. If instances are launched above the threshold, investigate to ensure they are legitimate.

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. Check the total number of EC2 instances at the top right corner available in the selected AWS region.
  5. Repeat steps number 2 - 4 to check the threshold value for other regions. If the total number of running EC2 instances provisioned in your AWS account is greater than 50, the recommended threshold was exceeded. AWS has different threshold values as well depends on the region. Raise an AWS support ticket to limit the number of instances as per the requirements.
  6. Scroll down the left navigation panel and choose "Instances". Verify all the "Instances" running and terminate any "Instances" which are not required.
  7. Choose the "EC2 Instances" which are not required from the "Instances" configuration page.
  8. Click on the "Actions" button at the top panel and choose the "Instance State" and click on "Stop" to stop the selected "EC2 Instance".
  9. Click on the "Terminate" button to terminate the selected "EC2 Instance". On the "Terminate Instance" dialog box click on the "Yes,Terminate" button.
  10. Repeat steps number 6 - 9 to remove the "EC2 Instances" which are not required.