Governance isn't a manual task; it's an automated protocol. Sentinel-Core is a "Hardened by Design" infrastructure guard dog built to eliminate financial leakage and ClickOps entropy in AWS environments.
graph TD
subgraph The_Iron_Gate [Governance]
EB[EventBridge: Heartbeat]
IAM[IAM: Identity & Law]
CW[CloudWatch: Eternal Eye]
end
subgraph Compute_Intelligence [The Brain]
Lambda[Lambda: Sentinel Core]
end
subgraph The_Frontier [Resources]
EC2[EC2: Unmanaged Instances]
end
EB -- "Trigger (Hourly)" --> Lambda
Lambda -- "Audit Scan" --> EC2
Lambda -- "Write Logs" --> CW
Lambda -- "Assumes Role" --> IAM
style Lambda fill:#ff9900,stroke:#333,color:#000
style EB fill:#232f3e,stroke:#ff9900,color:#fff
style CW fill:#232f3e,stroke:#ff9900,color:#fff
style IAM fill:#232f3e,stroke:#ff9900,color:#fff
style EC2 fill:#f2f2f2,stroke:#333,color:#333
In many cloud environments, "temporary" resources, untagged instances, and orphaned assets remain alive indefinitely—burning expensive silicon and draining budgets. Sentinel-Core identifies these anomalies in real-time and enforces technical sovereignty.
Code is the only Law. If a resource lacks the
ManagedByCodesignature, it is flagged as aCLICKOPS_ANOMALY.
- Trigger: Hourly heartbeat via AWS EventBridge.
- The Brain: AWS Lambda (Python 3.11).
- Execution: Real-time sanitization of untagged or unmanaged EC2 resources.
- Performance: Full environment audit completed in ~4109 ms.
The system is divided into three layers of sovereignty:
- The Iron Gate (Governance): IAM Policies and EventBridge triggers.
- The Brain (Intelligence): Lambda logic for scanning and decision-making.
- The Frontier (Resources): The target environment being protected.
For a full breakdown of the architecture, logs of real detections, and the financial impact of this protocol, refer to our official dossier:
👉 Download the SENTINEL_CORE_EXECUTION_LOG.pdf
This project is deployed using OpenTofu (or Terraform).
- OpenTofu / Terraform installed.
- AWS CLI configured with appropriate permissions.
- Clone the repository.
- Navigate to the
/infrafolder. - Run
tofu initfollowed bytofu apply.
This project is licensed under the MIT License - see the LICENSE file for details.
Build with DevSecOps Standards. Maintain Sovereignty. Stop the Leakage. 🌬️🛡️🚀💎