Overview
Sentinel AI by Gertin - Enterprise Compliance and Security AI Platform
Sentinel is an enterprise grade compliance and security AI platform that automates labor intensive security and compliance workflows for AWS native organizations through a single, unified API deployed entirely inside your own AWS account.
Built for security engineering teams, compliance officers, and security operations centers, Sentinel integrates directly into existing toolchains with no external dependencies or data egress. All AI inference runs through AWS Bedrock within your VPC.
Five Compliance AI Engines
IAM Policy Analyzer: Submit any IAM policy document and receive a risk score (0 to 100), severity classified findings, privilege escalation path detection, and compliance mappings to SOC2, PCI DSS, HIPAA, and CIS AWS Foundations Benchmark, in under three seconds.
Cloud Misconfiguration Scanner
Scan S3, EC2, RDS, VPC, CloudTrail, and KMS configurations against CIS AWS Foundations Benchmark v3.0.0. Each finding includes severity, impact, step by step remediation, and compliance framework references.
SOC2 Evidence Assistant
Feed raw evidence into a control specific evaluator for any SOC2 Trust Services Criteria control. Receive a PASS/FAIL verdict, auditor ready narrative, gap analysis, and suggested artifact names ready for your next Type II audit.
AI Log Summarizer
Transform CloudTrail, VPC Flow Logs, GuardDuty, ALB access logs, and application logs into structured summaries with anomaly detection, security alerts, and prioritized recommendations.
Threat Explanation Copilot
Input any CVE ID, IOC, MITRE ATT&CK technique, or alert description. Receive audience tailored explanations (executive, analyst, or technical), immediate containment actions, mitigations, and MITRE references.
Key Outcomes for Your Team
Eliminate manual compliance work: Automate IAM reviews, misconfiguration scanning, and SOC2 evidence collection that previously took hours per finding Stay audit-ready: Generate auditor ready narratives and evidence evaluations on demand for SOC2 Type II audits Accelerate incident response: Transform raw logs into actionable summaries and get audience-appropriate threat explanations instantly Maintain zero data egress: All processing stays within your VPC with no external dependencies Integrate seamlessly: OpenAI compatible /v1/chat/completions endpoint works with existing tools and workflows
Platform Capabilities
OpenAI compatible /v1/chat/completions endpoint routed to AWS Bedrock Per-organization API key management with plan based rate limiting Immutable audit log of every compliance check stored in Amazon RDS Prometheus metrics at /metrics for CloudWatch or Grafana integration Streaming (SSE) support on all chat endpoints Zero egress architecture with all processing within your VPC
Deployment
Sentinel is delivered as a container image deployable to Amazon ECS Fargate, Amazon EKS, or EC2. The included AWS CDK TypeScript stack provisions all required infrastructure; VPC, ECS cluster, RDS PostgreSQL, ElastiCache Redis, ALB, Route 53 record, ACM certificate, and IAM roles; in a single cdk deploy command. Get operational in under 15 minutes.
AWS Integration Points
AWS Bedrock: All AI inference runs natively through Bedrock Amazon ECS/EKS/EC2: Flexible container deployment options Amazon RDS PostgreSQL: Persistent audit logging and state management ElastiCache Redis: Session and cache management CloudWatch: Native metrics and monitoring integration AWS CDK: Infrastructure as Code for reproducible deployments
Sentinel gives security and compliance teams a single API to automate the workflows that consume the most engineering hours, while keeping all data and inference within your AWS environment.
Highlights
- Five AI powered compliance engines in a single API; IAM policy analysis with risk scoring, cloud misconfiguration scanning against CIS Benchmarks, SOC2 evidence evaluation with auditor ready narratives, log summarization with anomaly detection, and threat intelligence explanations. Covers SOC2, PCI DSS, HIPAA, and CIS AWS Foundations Benchmark compliance mappings across all engines.
- Zero egress architecture with all AI inference running through AWS Bedrock within your VPC. No external dependencies or data leaving your account. Deployed as a container to Amazon ECS Fargate, EKS, or EC2 using the included AWS CDK TypeScript stack that provisions VPC, RDS PostgreSQL, ElastiCache Redis, ALB, Route 53, ACM certificates, and IAM roles in a single command. Operational in under 15 minutes.
- OpenAI compatible API endpoint with enterprise platform features including per organization API key management, plan-based rate limiting, immutable audit logging of every compliance check in Amazon RDS, Prometheus metrics exportable to CloudWatch or Grafana, and streaming (SSE) support on all chat endpoints. Integrates directly into existing security toolchains without workflow changes.
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 | Description | Cost/month |
|---|---|---|
Starter Plan | Ideal for startups and small engineering teams deploying a unified AI gateway with multi-provider routing and observability capabilities. | $50.00 |
Business Plan | Designed for growing organizations requiring advanced routing, failover handling, enterprise observability, and production AI infrastructure management. | $80.00 |
Enterprise Plan | Enterprise-grade deployment with large-scale orchestration, advanced governance, private infrastructure deployment, and premium support. | $120.00 |
Vendor refund policy
Refund requests must be submitted within 14 days of the contract start date. Refunds are granted when the product is non-functional or materially fails to operate as described. Contact support@gertinai.com for refund inquiries.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Sentinel Compliance AI: Container Image
- Amazon ECS
- Amazon EKS
- Amazon ECS Anywhere
Container image
Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.
Version release notes
Initial general availability release. Includes IAM Policy Analyzer, Cloud Misconfiguration Scanner, SOC2 Evidence Assistant, AI Log Summarizer, and Threat Explanation Copilot. Deployed as a container to Amazon ECS, EKS, or EC2 with AWS CDK stack included.
Additional details
Usage instructions
Billing
Sentinel is billed through AWS Marketplace as an annual or monthly contract.
| Plan | Monthly | 12-Month | Limits |
|---|---|---|---|
| Starter | $50/mo | $500/yr (17% off) | 5 keys, 10K req/day, 60 RPM |
| Business | $80/mo | $800/yr (17% off) | 25 keys, 50K req/day, 300 RPM |
| Enterprise | $120/mo | $1,200/yr (17% off) | Unlimited keys and requests |
Required Infrastructure
- Amazon ECS (Fargate) or Amazon EKS / EC2
- Amazon RDS PostgreSQL 14+
- Amazon ElastiCache Redis 6+
- AWS Bedrock: enable Anthropic Claude 3.5 Sonnet and Amazon Titan Embeddings v2
Step 1: Deploy with CDK (Recommended)
git clone https://github.com/gertintech/sentinel-deployment cd sentinel-deployment/infra && npm install npx cdk bootstrap DOMAIN_NAME=yourcompany.com GATEWAY_IMAGE_TAG=1.0.0 npx cdk deploy GertinAIStack
CDK provisions: VPC, ECS Fargate cluster, RDS PostgreSQL, ElastiCache Redis, ALB, Route 53, ACM certificate, IAM roles, and CloudWatch dashboard.
Step 2: Create an API Key
curl -X POST https://gateway.yourcompany.com/v1/admin/keys
-H "x-master-key: $SENTINEL_MASTER_KEY"
-H "Content-Type: application/json"
-d '{"org_name":"your-company","key_name":"production","plan":"business"}'
Step 3: Run a Compliance Check
curl -X POST https://gateway.yourcompany.com/v1/compliance/iam/analyze
-H "Authorization: Bearer snt_sk_..."
-H "Content-Type: application/json"
-d '{"policy":"...","frameworks":["SOC2","PCI-DSS"]}'
Health Endpoints
GET /healthz - liveness probe GET /readyz - readiness probe GET /metrics - Prometheus metrics GET /version - version info
Support
Documentation: https://gertinai.com/docs Email: support@gertinai.com Enterprise: enterprise@gertinai.com
Support
Vendor support
Gertin AI provides support for Sentinel platform customers. For assistance with deployment, configuration, API integration, or troubleshooting, please contact the Gertin AI support team.
Support coverage includes help with the AWS CDK deployment stack, API key management, compliance engine configuration, and general platform operation questions.
Support contact: support@gertinai.com Support URL: https://gertinai.com/contact Documentation URL: https://gertinai.com/docs
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.