32.2k views
0 votes
A company is concerned that they are spending money on underutilized compute resources in AWS. Which AWS feature will help ensure that their applications are automatically adding/removing EC2 compute capacity to closely match the required demand?

User Roflwaffle
by
8.2k points

1 Answer

3 votes

Final answer:

AWS Auto Scaling helps companies automatically adjust their Amazon EC2 compute capacity to match demand, ensuring cost optimization by adding or removing instances as needed.

Step-by-step explanation:

To address concerns about spending on underutilized compute resources in AWS, there is a specific AWS feature that can help: AWS Auto Scaling. This service allows applications to automatically adjust the Amazon EC2 compute capacity by adding or removing EC2 instances in response to changing demand. With Auto Scaling, organizations can maintain application availability and scale EC2 instances up or down automatically, according to conditions defined by the user, ensuring that the number of EC2 instances in use matches the actual requirement without manual intervention. By doing so, companies can optimize costs by ensuring they are only paying for the compute resources they actually need.

User Jonnus
by
7.6k points