This is kind of a "big data with Amazon web services" question: consider a massive set of txt files (all with the same content format inside: [title;body;author]). I want to store them in AWS and be able to search a substring in the whole set. What would be a good approach for doing so. I would also thank advises on how to store all this data instead of txt files (we are talking about articles with title, body and author).
Thank you.