Overview
Tetragon version and default policies
The preinstalled tetra CLI reporting Tetragon 1.7.0 on the kernel the AMI boots, with the two default TracingPolicies loaded on the cloudimg runtime-security image.
Tetragon version and default policies
Service status and listener set
Loaded TracingPolicies
Live security event capture
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Kernel-Level Runtime Security Running in Minutes, Not Hours
Tetragon is Cilium's eBPF-based runtime security observability and enforcement engine, a CNCF project trusted across the cloud-native ecosystem. This AMI delivers a fully hardened, production-ready Tetragon host agent so your team gains kernel-level visibility into process execution, file access, network activity and privileged system calls without spending hours on manual deployment and lockdown.
The current release available is Tetragon 1.7.0.
What You Get: A Security Appliance, Not a Bare Binary
- Pinned upstream release - the official Tetragon 1.7.0 release tarball, verified against the project's published SHA256 checksum, installed as a standard systemd service.
- Meaningful events from first boot - a default TracingPolicy set monitors reads of sensitive files (/etc/shadow, /etc/sudoers, /root/.ssh), writes to system binary and configuration directories, and setuid privileged syscalls, on top of Tetragon's always-on process execution and exit events.
- Structured JSON export - events are written to /var/log/tetragon/tetragon.log for your log shipper, SIEM or CI pipeline, and can be streamed live with tetra getevents.
- Provable on your own instance - a bundled self-test triggers a monitored action and confirms the matching event is produced, so you can verify the engine works end to end before relying on it.
- Extensible policies - drop your own TracingPolicy YAML files into /etc/tetragon/tetragon.tp.d/ and restart the service to extend or tighten what the host observes.
Secure By Default
The gRPC control interface is a loopback-only unix socket, metrics and profiling endpoints are disabled, and the health port is pinned to loopback and additionally guarded by an nftables rule so it is never reachable off-box. SSH with your launch key is the only open port. The image ships no default credential of any kind, unattended security upgrades are enabled, and the OS is fully patched at capture.
What You Avoid By Using This AMI
- Fetching and checksum-verifying the upstream release and wiring it into systemd
- Writing a hardened daemon configuration and an initial monitoring policy set
- Locking down the gRPC control socket and the health port
- Proving end to end that a monitored action actually produces an event
- Ongoing maintenance and security patching without expert guidance
Use Cases With Context
Security-conscious SaaS teams running single-tenant instances - monitor each customer-facing host for unauthorized credential reads or binary modifications without deploying a full Kubernetes stack. Structured JSON events feed directly into your existing SIEM.
DevOps teams operating bastion hosts or CI runners - detect unexpected process execution or privilege escalation on infrastructure hosts that sit outside your container orchestration layer. The self-test proves coverage is active after every deployment.
Compliance-driven organizations preparing for audits - gain kernel-level evidence of file-access patterns and privileged syscall usage to satisfy auditor requests for runtime monitoring controls, with events exportable to any log pipeline.
cloudimg Support - Available 24/7
24/7 technical support by email and live chat with a one-hour average response for critical issues. Our engineers help with deployment, writing and tuning TracingPolicies, shipping events to your SIEM, and scaling across your fleet.
Resources
For detailed TracingPolicy examples, event schema documentation and deployment guidance, see the official Tetragon documentation at tetragon.io/docs.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Kernel-level eBPF visibility where userspace tools cannot reach - Tetragon observes process execution, file access and privileged syscalls directly from the host kernel, producing structured JSON events ready for your SIEM or log pipeline. Unlike userspace-based approaches, eBPF tracing captures activity that cannot be evaded by processes running at user level, giving your security team ground-truth telemetry from the kernel itself.
- Hardened and locked down from first boot with zero manual configuration - the gRPC control interface is restricted to a loopback-only unix socket, the health port is guarded by nftables, and SSH with your launch key is the only open port. No default credentials ship in the image. Where self-deployed Tetragon requires you to lock down each interface and write a daemon configuration by hand, this AMI delivers a production-ready security posture immediately.
- Provable coverage with 24/7 expert support from cloudimg - a bundled self-test triggers a monitored action and confirms the matching event appears, letting you verify end-to-end detection before relying on it in production. Extend monitoring by dropping TracingPolicy YAML into the configuration directory. cloudimg engineers are available 24/7 by email and live chat with a one-hour average response for critical problems.
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
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
r8i-flex.2xlarge | r8i-flex.2xlarge instance type | $0.24 |
r6a.8xlarge | r6a.8xlarge instance type | $0.24 |
c5n.9xlarge | c5n.9xlarge instance type | $0.24 |
c8a.16xlarge | c8a.16xlarge instance type | $0.24 |
r8i.2xlarge | r8i.2xlarge instance type | $0.24 |
r6in.24xlarge | r6in.24xlarge instance type | $0.24 |
r8idb.4xlarge | r8idb.4xlarge instance type | $0.24 |
Vendor refund policy
Refunds available on request.
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
Initial release of the Tetragon 1.7.0 standalone host runtime-security appliance (hardened loopback-only control surface, a default TracingPolicy set, an nftables health-port guard and an end-to-end self-test).
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). This is a headless command-line runtime-security appliance: there is no web interface and no credential to log in to. Prove the engine works end to end with: sudo tetragon-selftest. Read live events with: sudo tetra --server-address unix:///var/run/tetragon/tetragon.sock getevents -o compact. The structured JSON event export is written to /var/log/tetragon/tetragon.log. Default monitoring policies live in /etc/tetragon/tetragon.tp.d/ and the daemon config in /etc/tetragon/tetragon.conf.d/ - add your own TracingPolicy YAML to the policy directory and run 'sudo systemctl restart tetragon' to extend what the host observes. Services are managed with systemctl (tetragon.service, tetragon-firewall.service). The gRPC control interface is a loopback-only unix socket and the health port is pinned to loopback and guarded by nftables, so the only open port is SSH. The user guide covers reading events, writing and loading your own policies, and shipping the JSON export to a SIEM.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
Response Times
Critical issues receive a one-hour average response. Our engineers are available around the clock to help resolve problems that block your workflow.
What We Help With
- Deployment and initial configuration
- Writing and tuning Tetragon TracingPolicies
- Shipping the JSON event export to a SIEM or log pipeline
- Reading and interpreting security events
- Software updates and patch guidance
- Troubleshooting and issue resolution
- Refund requests
How to Reach Us
Email: support@cloudimg.co.uk Live chat: Available 24/7
We respond to all inquiries and work with you until your issue is resolved. If you need help at any stage - from first launch to ongoing maintenance - our team is here to assist.
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.