Ask Your Question
0

How can an EC2 instance be scheduled to start and stop using auto scaling?

asked 2021-09-22 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-23 16:00:00 +0000

pufferfish gravatar image

EC2 instances cannot be scheduled to start and stop using auto scaling as auto scaling is designed to automatically adjust the number of instances in a group based on demand or other specified conditions. However, you can use auto scaling to automate the process of launching and terminating instances as needed to maintain a desired level of capacity. This can be achieved by setting up auto scaling policies based on metrics such as CPU usage, network traffic, or user requests, and configuring a launch configuration that specifies the AMI, instance type, and other settings for the instances. Additionally, you can use scheduled actions in auto scaling to create a schedule for scaling actions, such as increasing or decreasing the number of instances, based on a specific time or date.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-22 11:00:00 +0000

Seen: 1 times

Last updated: Feb 23 '22