Managed ElasticSearch Hosting vs Self-Hosting -


i weighing benefits/drawbacks using self-hosted es vs elasticco hosted es vs aws hosted es , appreciate insight has. lot of have found through googling out-of-date.

my use-case regular search-functionality start, plan on building out scalable, large-batch targeting.

from understand:

  • managed es abstracts lot of server maintenance pain while sacrificing fine-tuning granularity.
  • managed es gives built in security
  • managed es have pay additionally support (or suffer)

aws managed es:

  • comes automated backups s3, monitoring instances , patching software powers amazon elasticsearch instance
  • has aws access-control issues(this might out-dated)
  • must purchase additional support - cannot ssh box

elastic.co managed es:

  • has recent version
  • must purchase expensive additional support
  • easy scale clusters

self-hosted es:

  • gives greater control on configuration
  • need build own security enhancements
  • requires ops server-maintenance/management/upgrades


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -