What Is an Affordable EC-2 Instance Type with Two vCPUs?

Problem scenario
You want an EC-2 flavor that has two vCPUs that is fairly affordable too. What should you use?

Solution
Use the t3.micro instance size (for x86_64). This has only 1 GB of memory. If you are using ARM architecture, try the t4g.micro instance size; it also has only 1 GB of memory with two vCPUs.

Leave a comment

Your email address will not be published. Required fields are marked *