EC2 startup on schedule

后端 未结 11 802
后悔当初
后悔当初 2020-12-01 09:13

I need to start up an EC2 instance at (say) 6am every day. The constraints are that I\'d like to avoid having a computer running all day to do the startup or use a paid solu

11条回答
  •  一生所求
    2020-12-01 10:18

    Amazon recently announced two new features to achieve this without custom implementations directly as configuration from AWS Web Console EC2 section.

    • Using Scheduled Scaling for Application Auto Scaling (After creating an autoscaling group, there is a tab where you can add additional time based autoscaling rules)

    • Reserving Scheduled EC2 instances (In the EC2 console, under Instances, there is the option to reserve Scheduled EC2 instances)

提交回复
热议问题