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.