- Newest
- Most votes
- Most comments
Hello,
AWS Compute Optimizer has a limitation that it can't provide recommendations when you use more than one instance type in ASG. To read more about getting recommendations for instances in ASG https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-getting-recommendations.html
The Auto Scaling groups must also be configured to run a single instance type (i.e., no mixed instance types), must not have a scaling policy attached to them, and have the same values for desired, minimum, and maximum capacity (i.e., an Auto Scaling group with a fixed number of instances). Compute Optimizer generates recommendations for instances in Auto Scaling groups that meet all of these configuration requirements.
Regarding the high memory utilization in t3 micro instance it can be due to many factors you can use tools like htop, top, or free -m to get detailed information about memory usage. Identify which processes are consuming the most memory.
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago