I just ran Elastic Map reduce sample application: "Apache Log Processing"
Default: When I ran with default configuration (2 Small sized Core instances) - it took 19 minutes
Scale Out: Then I ran it with configuration: 8 small sized core instances - it took 18 minutes
Scale Up: Then I ran it with configuration: 2 large sized core instances - it took 14 minutes.
What do think about performance of scale up vs scale out when we have bigger data-sets?
Thanks.