Auto start an EC2 instance 5 minutes after it auto shuts due to an alarm

0

An alarm has been set on our EC2 instance to auto shut if "idle" for a certain time period (based on CPU utilization). Is there a way to auto start the instance, say 5 minutes after it auto shuts due to the alarm?

4 回答
0

It would probably be a better idea to just exclude the instance from the alarm to begin with. You can also shut off the alarm. Unless the idle CPU is an indication of a system problem in that case you may want to handle that a different way. Ex: Auto scaling group with health check.

Evan
已回答 1 年前
0

You can build a solution using DynamoDB and lambda.Log all the instanceid's,state and shutdowntime and trigger the lambda to take action as needed. Note : Also consider shutting down the services running inside the EC2 gracefully to avoid data inconsistency and corruption.

已回答 1 年前
0

Thank you @rePost-User-6379467 and @Evan for your replies

UserAB
已回答 1 年前
0

Assuming this is really what you need, you can set an EventBridge rule that will catch the instance terminated events. This event can create an EventBridge schedule for 5 minutes from now that will start the instance.

profile pictureAWS
专家
Uri
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则