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. NATS Server runs on a CentOS Stream 9 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
NATS Server Deployment:
-
Best-Practice Deployment: NATS Server is configured to start automatically on boot via systemd, ready to route messages on first launch.
-
Built-In Monitoring: The HTTP monitoring interface on port 8222 gives immediate visibility into server health, connection metrics, and subscription statistics.
-
Bloat-Free Messaging Layer: CPU and memory go to the server, its JetStream persistence layer, and message routing rather than unused system services.
Hardened Operating System Base:
-
DISA STIG Alignment: 334 security controls applied to the CentOS Stream 9 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 messaging 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 NATS and CentOS Stream 9 security updates, with artifact documentation refreshed per release.
About NATS Server
A lightweight, high-performance open-source messaging system for cloud-native applications, microservices, and IoT device communication, covering publish-subscribe, request-reply, and queue group patterns with sub-millisecond latency and a minimal resource footprint. It complements Apache Kafka and RabbitMQ in multi-broker fabrics, fits IoT pipelines alongside EMQX and Eclipse Mosquitto, and has clients for Python, Node.js, Go, Rust, and Spring Boot.
About CentOS Stream 9
CentOS Stream 9 is a continuously delivered distribution of Red Hat Enterprise Linux, providing a rolling preview of what becomes RHEL. It delivers enterprise-grade stability with a more up-to-date package set than traditional point releases, serves as the upstream source for enterprise derivatives, and stays compatible with AlmaLinux, Rocky Linux, and traditional CentOS deployments.
Highlights
- NATS Server on a DISA STIG Hardened Base: 334 security controls applied to the CentOS Stream 9 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.
- NATS Server: Best-practice deployment. Started automatically via systemd with the built-in HTTP monitoring interface on port 8222 - 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 |
m5ad.large | $0.12 |
r5b.metal | $0.68 |
i4i.16xlarge | $0.68 |
c7i-flex.2xlarge | $0.19 |
c4.2xlarge | $0.19 |
m8i.16xlarge | $0.68 |
t3a.micro | $0.03 |
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 'ec2-user'. You can switch to the root user environment by running: sudo su -
Install Information
-
OS: CentOS Stream 9
-
NATS Server: 2.12.8
-
Binary: /usr/local/bin/nats-server
-
Config File: /etc/nats/nats-server.conf
-
Log File: /var/log/nats/nats-server.log
Usage Instructions
-
Verify NATS Server is running: sudo systemctl status nats
-
Check the installed version: nats-server --version
-
Access the monitoring dashboard from a browser at: http://<YOUR_IP>:8222
-
Manage the NATS service: sudo systemctl start nats
sudo systemctl stop nats
sudo systemctl status nats
Firewall Configuration
-
SSH (Port 22): Required for remote administration and secure shell access.
-
NATS Client (Port 4222): The main NATS protocol port used by all clients to publish and subscribe to messages. Restrict to trusted IP addresses in production, or configure authentication in nats-server.conf.
-
HTTP Monitoring (Port 8222): Provides the built-in HTTP monitoring API for server metrics, connection info, and health checks. Limit access to internal or management networks only.
Security Recommendation: For production environments, never expose these ports to the public internet. Strictly limit access exclusively to internal traffic within your VPC via AWS Security Groups.
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.