I'd like to know how to check if there is any EC2 Instance has not been rebooted for over 90 days. I know I can check it in CloudTrail event history if it is less than 90 days, and I can also check it using linux command if I am using linux AMI. But is there any way I can do it inside AWS console?
Thank you all in advance.