Getting started with simple channel game bot

If it’s a bot only service (IE: command line app that processes messages, sends messages, and potentially logs messages), with no user interface AWS micro is sufficient. If there’s a UI, it very quickly depends on what you’re doing.

Logging messages would quickly ramp up your requirements in terms of storage and cpu requirements as usage scale goes up. Just parsing/responding would be negligable impact.