EC2
| 
       | 
  
    Check for EC2 instances that are stale or stopped
    
Tasks:
    
Tasks:
- List stale AWS EC2 instances in AWS Region `AWS_REGION` in AWS account `AWS_ACCOUNT_ID`
 - List stopped AWS EC2 instances in AWS Region `AWS_REGION` in AWS account `AWS_ACCOUNT_ID`
 - List invalid AWS Auto Scaling Groups in AWS Region AWS_REGION in AWS account AWS_ACCOUNT_ID
 
        Count the number of EC2 instances that are stale or stopped
    
Tasks:
    
Tasks:
- Check for stale AWS EC2 instances in AWS Region `${AWS_REGION}` in AWS account `${AWS_ACCOUNT_ID}`
 - Check for stopped AWS EC2 instances in AWS Region `${AWS_REGION}` in AWS account `${AWS_ACCOUNT_ID}`
 - Check for invalid AWS Auto Scaling Groups in AWS Region `${AWS_REGION}` in AWS account `${AWS_ACCOUNT_ID}`
 - Generate Health Score
 
    Performs a suite of security checks against a set of AWS EC2 instances.
Checks include untagged instances, dangling volumes, open routes.
    
Tasks:
    
Tasks:
- Check For Untagged instances
 - Check For Dangling Volumes
 - Check For Open Routes
 - Check For Overused Instances
 - Check For Underused Instances
 - Check For Underused Volumes
 - Check For Overused Volumes
 
    Triage and troubleshoot performance and usage of an AWS EC2 instance
    
Tasks:
    
Tasks:
- Get Max VM CPU Utilization In Last 3 Hours
 - Get Lowest VM CPU Credits In Last 3 Hours
 - Get Max VM CPU Credit Usage In Last 3 hours
 - Get Max VM Memory Utilization In Last 3 Hours
 - Get Max VM Volume Usage In Last 3 Hours