Overview
This is a repackaged open source software product wherein additional charges apply for a pre-hardened, AWS-optimized image with verifiable compliance evidence and maintenance. OpenSearch runs on a Rocky Linux 9.8 base hardened following DISA STIG guidelines, tuned for Amazon EC2 workloads, and shipped with a complete OpenSCAP evidence pack and Software Bill of Materials (SBOM).
Value-Added Features
OpenSearch Deployment:
-
Secure by Default: The built-in Security plugin is enabled out of the box with TLS-encrypted REST API access and a unique per-instance administrator password, so the cluster starts in a secured state rather than an open one.
-
Tuned for the Storage Engine: Kernel parameters including vm.max_map_count are already tuned for the memory-mapped storage engine, and network access is restricted to localhost by default.
-
Best-Practice Deployment: Installed and enabled following official AWS and OpenSearch guidelines, ready to serve indexing and query traffic on first launch.
Hardened Operating System Base:
-
DISA STIG Alignment: 339 security controls applied to the Rocky Linux 9.8 base via the SCAP Security Guide, including auditd logging, SSH hardening, kernel command line and module blocklist restrictions, and strict password policy enforcement.
-
Fully Patched at Release: Zero packages with a pending update at build time, verified. The complete CVE scan ships inside the image.
-
Documented Exceptions: Every STIG rule not applied is itemized with a technical justification, so the delivered posture is auditable.
Comprehensive Evidence Pack:
Every AMI carries an OpenSCAP evidence pack generated against DISA STIG guidance, under /opt/hardening-report/:
- Base_Report.html: Pre-hardening scan report, the initial baseline.
- Tailored_Profile_Report.html: Post-hardening report against the tailored profile shipped in this image.
- Raw_STIG_Report.html: Post-hardening report against the unmodified baseline DISA STIG profile.
- Exceptions.txt: Itemized unapplied STIG rules with technical justifications (AWS compatibility, site-specific policies, CSP service conflicts).
- Tuning_Parameters.txt: Every tuning parameter applied on top of the hardening, each shown against its base-image value.
- compliance_mapping.csv: Rule-by-rule mapping to NIST SP 800-53 controls and DISA STIG identifiers with pass/fail statuses.
- package_changes.txt: Package delta against the minimal stock installation.
- sbom.spdx.json: Software Bill of Materials in SPDX format, generated from the RPM database.
- cve_scan.txt / cve_scan_full.txt.gz: Vulnerability scan reports categorizing CVEs by upstream patch availability.
- key_files.sha256: SHA-256 checksums of the key configuration files changed by the hardening, so the delivered state can be verified.
- README.txt: Index of artifact contents, operational guidelines, and configuration defaults.
Reliability Validation:
- Validation Testing: Functional verification on clean AMI launches through multi-round integration testing, covering the complete search and analytics lifecycle with SELinux enforcing.
AWS Network & Kernel Tuning:
-
Network Stack: TCP BBR congestion control with fair queueing, increased connection backlogs, buffer adjustments, and MTU probing enabled.
-
System Tuning: Red Hat tuned daemon active with a custom cloud profile, transparent hugepages set to madvise, and modified memory/EBS writeback parameters.
-
EC2 Integration: NVMe I/O timeouts, Amazon Time Sync (chrony), IRQ balance daemon, and size-capped persistent journald logging.
Operational Tools:
- Preinstalled Tools: AWS SSM Session Manager enabled, CloudWatch Agent installed (disabled by default).
Maintenance:
- Maintenance Specifications: Rebuilt and updated bi-weekly to monthly incorporating upstream OpenSearch and Rocky Linux 9.8 security updates, with artifact documentation refreshed per release.
About OpenSearch
An open-source, distributed search and analytics engine forked from Elasticsearch, built for full-text search, log analytics, and application monitoring at scale. It integrates with observability and dashboarding tools such as Grafana, Kibana, Logstash, Prometheus, and Graylog, pairs naturally with data pipelines built on Apache Kafka and RabbitMQ, and runs comfortably alongside adjacent engines including Apache Solr, Typesense, and Meilisearch.
About Rocky Linux 9
Built directly from RHEL 9 source code for binary compatibility with the Red Hat 9 ecosystem, with predictable update cadences and a maintenance lifecycle through 2032. Any application compiled, certified, or documented for RHEL 9 runs without modification, and the platform is structurally aligned with AlmaLinux, CentOS Stream, and legacy CentOS deployments.
Highlights
- OpenSearch on a DISA STIG Hardened Base: 339 security controls applied to the Rocky Linux 9.8 foundation via the SCAP Security Guide, incorporating SSH hardening, kernel command line and module blocklists, and strict password policies out of the box.
- Verifiable Evidence Pack and SBOM: A 12-file OpenSCAP evidence pack ships inside the image, with before/after scan reports, itemized exceptions and justifications, NIST SP 800-53 mapping, CVE scan, and a complete SPDX Software Bill of Materials.
- OpenSearch: Best-practice deployment. Security plugin, TLS, and a unique per-instance administrator password enabled from first boot with access bound to localhost - on an EC2-tuned base with TCP BBR and Red Hat tuned cloud profiles, rebuilt bi-weekly to monthly with upstream security patches.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
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?
Legal
Vendor terms and conditions
Content disclaimer
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
-
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)
-
Query the REST API locally: From the instance, run: curl -ku admin:'YOUR_PASSWORD' https://localhost:9200
-
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.
-
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.