When you’re shopping for a new computer, one of the first things you’ll need to decide is how much compute performance you need. This is a difficult question to answer, as it depends on your specific needs and what type of computer you’re looking to buy. To give you an idea of what to expect, here are some general guidelines: If you’re just using your computer for basic tasks like browsing the internet and email, a laptop with an Intel Core i3 or i5 processor will be fine. If you plan on doing more intensive tasks like video editing or gaming, however, you’ll want to look for a desktop PC with an Intel Core i7 or AMD Ryzen processor. If money is no object, go ahead and buy the most powerful computer possible. However, if budget is a concern, don’t worry – there are still plenty of great computers out there that will meet your needs. Just make sure that whatever computer you buy has enough processing power to handle the tasks that you plan on using it for. ..


It’s very common for people to buy more compute power than is really needed. Unless you have experience running similar workloads, you might be unsure which instance type to use. AWS’s Compute Optimizer is a tool that can help you figure that out.

What Is Compute Optimizer?

The concept is very simple. Once enabled, Compute Optimizer will analyze your running EC2 instances, using CloudWatch logs and other metrics, and give you a recommendation for a different instance type, if a change is needed. You are then free to upgrade or downgrade the given EC2 instance to the optimized type.

It won’t make first guesses for you—you’ll still have to set up your instance with the programs it will be running, and hit them with a real workload. The best thing to do here is to over-provision with large instances, then cut back once Compute Optimizer has had a few days to analyze what is really necessary.

Compute Optimizer works with EC2 instances as well as auto-scaling groups. If you’re not using auto-scaling, you might want to consider setting it up, as it will allow your compute power to scale throughout the day and more closely match the workload it is handling. Compute Optimizer can be used to give you a recommendation for the underlying instances in the auto-scaling group.

Using the Compute Optimizer

If you want to test it out, turning it on is just one button. Head over to the Compute Optimizer in the AWS Management Console, and click “Opt In” to turn it on.

It will take around 12 hours to collect data and report back with recommendations. When it’s done, you’ll see a graph showing you what percentage of your instances are optimized, in need of upgrading, or in need of downgrading.

If you want to view the specifics, select either “EC2 Instances” or “Auto Scaling Groups” in the sidebar, depending on the type you’re using.

You’ll see a list of all of your running instances, current prices, and the recommendations. Under “Price Difference,” you’ll see how much you’ll save (or spend) by switching to the recommended instance.

Here, the compute optimizer found that the current running instance is fairly optimized, and isn’t having issues using a t2.micro. However, it still recommends upgrading to the new generation t3.micro, which saves a tiny bit per hour.

You can filter results by the verdict Compute Optimizer gives it—optimized, under-provisioned (needs upgrading), or over-provisioned (needs downgrading). This will filter out the Optimized instances, allowing you to check what really needs a change. You can also filter by region here.

Compute Optimizer will do its thing in the background, and regularly update with new recommendations.