Suggested Answer:B🗳️
Auto Scaling is well suited to both applications that have stable demand patterns and that experi-ence hourly, daily, or weekly variability in usage. Whether the demand is predictable or unpredicta-ble auto scaling can be a good choice. If the demand is predictable and long term you may choose reserved instances. If the demand is unpredictable you may choose on-demand or even spot instance (if you can afford to have an instance lost unexpectedly). Reference: http://aws.amazon.com/autoscaling/
For applications with stable demand patterns, Auto Scaling helps maintain the desired number of instances based on the defined scaling policies. It can automatically adjust the number of instances to match the workload and ensure optimal resource utilization.
For applications that experience hourly, daily, or weekly variability in usage, Auto Scaling is particularly beneficial. It can dynamically scale the number of instances up or down to match the changing demand. This flexibility allows the application to handle peak loads efficiently while reducing costs during periods of lower demand.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
albert_kuo
10 months, 1 week ago