I need some advice on what type of EC2 instance to use for my data processing application. It's a Golang application that utilizes goroutines and channels. It scheduled to check a data source every 10 seconds and could process around one million entries into a database per hour.
Thanks for the help.