Listing Thumbnail

    OpenSearch on Rocky Linux 9 with Support by Easycloud

     Info
    Sold by: EASYCLOUD 
    Deployed on AWS
    AWS Free Tier
    This product has charges associated with it for technical support with a 24-hour response time. This AMI provides OpenSearch 2.19 on a Rocky Linux 9 minimal installation with the latest updates, repackaged by Easycloud with continuous support.

    Overview

    This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. OpenSearch 2.19, built on a minimal Rocky Linux 9 installation, is included in this AMI, repackaged by Easycloud. It provides a secure-by-default distributed search and analytics platform, deliberately engineered to eliminate the most common OpenSearch misconfigurations before the cluster ever accepts its first request.

    Core Features & Integrations

    • Rocky Linux 9 Foundation: Provides a robust, enterprise-grade underlying OS with deep structural alignment to RHEL, ensuring high security and seamless ecosystem compatibility with AlmaLinux, CentOS Stream, and traditional CentOS deployments.

    • OpenSearch 2.19: An open-source, distributed search and analytics engine forked from Elasticsearch, built for full-text search, log analytics, and application monitoring at scale. This AMI ships with the built-in Security plugin enabled out of the box, including TLS-encrypted REST API access and a unique preset administrator password, so the cluster starts in a secured state rather than an open one.

    • Rocky Linux 9: A stable, enterprise-grade, RHEL-compatible Linux distribution known for long-term binary compatibility and predictable patch cycles, making it a solid, low-drama foundation for a stateful search and analytics workload.

    Key Benefits

    • Secure by Default Search Engine: Unlike many default OpenSearch installs that ship with security disabled or a well-known demo password, this AMI enables the Security plugin, TLS, and a unique per-instance administrator password from first boot, closing the most common OpenSearch misconfiguration before you ever log in.

    • Best Practice Compliance: Architected and deployed in strict adherence to official AWS and OpenSearch guidelines, ensuring optimal cloud resource utilization, architectural integrity, and reliable operational performance.

    • Production Ready: Based on a hardened, minimal installation of Rocky Linux 9, updated to the latest version, with kernel parameters (vm.max_map_count) already tuned for OpenSearch's memory-mapped storage engine. The default configuration restricts network access to localhost, providing a secure starting point for production deployments.

    • Expert Engineering and Support: Professionally repackaged by experienced engineers to guarantee a highly optimized and stable environment. It is backed by comprehensive documentation and fast, professional technical assistance to ensure your search and analytics layer runs smoothly without costly downtime.

    • The Enterprise-Grade Search and Analytics Foundation: By starting with a bloat-free Rocky Linux 9 installation, maximum CPU and memory are dedicated entirely to indexing and query execution. This makes it the perfect, conflict-free foundation for full-text search and log analytics workloads that sit alongside Elasticsearch, MongoDB, Redis, DynamoDB, and Cassandra, and for data pipelines built on Apache Kafka and RabbitMQ. It seamlessly integrates with observability and dashboarding tools such as Grafana, Kibana, Logstash, Prometheus, and Graylog, and serves as a rock-solid backbone for containerized deployments on Kubernetes and Docker, alongside adjacent search and analytics engines including Apache Solr, Sentry, Typesense, Meilisearch, Matomo, Apache Spark, and Apache Zookeeper, ensuring your search and analytics infrastructure scales without limits.

    • Production Ready & Expert Support: Secured with the latest OS patches. It delivers a highly stable environment, fully supported by comprehensive documentation and fast technical assistance (guaranteed 24-hour response time) to ensure your infrastructure runs smoothly without costly downtime.

    Highlights

    • Rocky Linux 9 (Minimal Installation),updated to the latest version.
    • Professional installation following best practices.
    • Expert Support: Backed by comprehensive documentation and fast, professional technical assistance.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    OtherLinux 9

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    OpenSearch on Rocky Linux 9 with Support by Easycloud

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (791)

     Info
    • ...
    Dimension
    Cost/hour
    t3.medium
    Recommended
    $0.04
    t2.micro
    $0.03
    t3.micro
    $0.03
    t2.nano
    $0.03
    t3.nano
    $0.03
    t3a.nano
    $0.03
    t1.micro
    $0.03
    t3a.micro
    $0.03
    m1.small
    $0.04
    t2.small
    $0.04

    Vendor refund policy

    No refunds. Cancel anytime.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Latest Updates

    Additional details

    Usage instructions

    Connection Methods

    Once launched, SSH into the instance. The default username is 'rocky'. You can switch to the root user environment by running: sudo su -

    Install Information

    • OS: Rocky Linux 9.8
    • OpenSearch: 2.19
    • Java: Bundled OpenJDK (included with the OpenSearch distribution, no separate install required)
    • Config File: '/etc/opensearch/opensearch.yml'

    Usage Instructions

    1. Retrieve the initial administrator password: The 'admin' password is unique to this instance. View it by running: sudo cat /root/.opensearch_admin_pass (also documented in /home/rocky/readme-opensearch)

    2. Query the REST API locally: From the instance, run: curl -ku admin:'YOUR_PASSWORD' https://localhost:9200 

    3. Access the REST API remotely: Once port 9200 is opened in the Security Group, browse to https://<YOUR_IP>:9200 or use curl with the -k flag. The endpoint uses a self-signed certificate, so a browser security warning is expected and must be bypassed.

    4. Manage the service: Use 'sudo systemctl start/stop/restart/status opensearch' to control the OpenSearch service.

    Firewall Configuration

    • SSH (Port 22): Required for initial system access.
    • OpenSearch REST API (Port 9200): Required for HTTPS access to the search and analytics REST API.
    • Security Recommendation: For production environments, strictly limit access to these ports to trusted IP addresses only via cloud Security Groups or the local firewall.

    Support

    Vendor support

    Should you encounter any issues while using the system, please do not hesitate to contact us via email at: support@easyclouds.io ,Thank you!

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.