Results 1 to 5 of 5

Hybrid View

  1. #1

    looking for managed elastic search hosting provider

    Hi,
    we're looking for a hosting provider who can provide a stable managed elastic search server to use with a Magento 2 website.
    The minimum version of elastic search is 7.17+

    Currently we spend around 100$ / month in AWS for opensearch service, but due to compatibility reasons we need to swap to a pure elasticsearch service.

    Any suggestions would be appreciated.

  2. #2
    Join Date
    Jan 2005
    Location
    Scotland, UK
    Posts
    2,688
    You can run opensearch with newer magento versions otherwise you'll need an ES 7 instance, which you can do with the AWS managed service as well. If you want to reduce costs either commit to the instance for 12 months (in general you'll be around 30% with no upfront) and it's absolutely necessary when you have larger instancee.

    You'll struggle to find a good external managed ES provider , with low latency to your region, for such a small monthly amount. Given it's just a Magento store, you have no complex requirements, so your best option is to simply run your own elasticsearch daemon in your own EC2 instance.
    Server Management - AdminGeekZ.com
    Infrastructure Management, Terraform/Ansible/Nginx/Cloudflare/MySQL/Redis/Memcached/Performance
    AWS Management, WordPress/Magento Performance, Apache to Nginx Conversion, DDoS Protection
    Contact us for quote: [email protected]

  3. #3
    Join Date
    May 2005
    Location
    India
    Posts
    244
    Maybe you could use the Elastic cloud provided by elastic.co themselves
    Offering webhosting services since 2004
    Dedicated servers | VPS | VPS resellers | cPanel/WHM resellers | shared hosting - SmokyHosts.com
    DirectAdmin | Unlimited space | Unmetered traffic | PHP | NodeJS - 0frills.com

  4. #4
    Join Date
    Dec 2003
    Location
    New Zealand
    Posts
    1,265
    I'd recommend running ES locally alongside the magento 2.

    Couple reasons:

    - Latency
    - Less complexity

    Run monit to check on ES Port.

    You can also run other NMS systems such as zabbix, checkmk, librenms to monitor ES and send alerts.

    Magento 2 doesn't use ES's functions 100% ( imo ) so its usage is relatively low compared to PHP, MySQL, Redis & Varnish.

    Also running it on the same VM enables collective scaling, rather than services spread out on different VM's.

    Hope this helps

  5. #5
    votes for local run with generic ES at a few VM, indeed, quite doable and customization is fairely straightforward when you have compatibility issue

Similar Threads

  1. Replies: 3
    Last Post: 05-02-2005, 06:39 PM
  2. Replies: 6
    Last Post: 06-24-2004, 12:31 AM
  3. Replies: 13
    Last Post: 12-10-2002, 10:58 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •