0

Looking at the marketing literature for amazon kinesis analytics, I'm looking through their real-time log analytics flow and they have a 4th step where the data is piped to Amazon ES for content suggestions.

enter image description here

What is Amazon ES? Is that their elastic search service? If so, how are personalized recommendations generated from elastic search?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
MonkeyBonkey
  • 46,433
  • 78
  • 254
  • 460

1 Answers1

0

I'm guessing you've already realized this by now, but, yes Amazon ES is ElasticSearch, you would need to do the work yourself to pull the elasticsearch data and determine a recommendation. This marketing material appears to be more for what you can do rather than what it does out of the box.

Ty Danielson
  • 669
  • 1
  • 9
  • 19