· devops
Auto-stop EC2 on low CPU, then auto-start on HTTPS request — how to keep a “front door” while the instance is off?
What I want to achieve - Automatically stop the EC2 instance when it’s idle e.g., CPU utilization < 5%. - When an incoming HTTPS request hits my API: 1. The EC...