I'm interested in using AWS Cloud Search for my web app. I have 3 different document types that I want to make searchable (users - articles - images).
What is the best way to do this with Cloud Search? Do I need to create 3 different AWS search domains? And does this mean i need to pay for at least 3 search instances?
Or can I put all of them in 1 domain / instance and use something like indexes or types (to use elastic search terminology)?
Thanks!