Overview
Kanu AI is your AI Platform Engineer for AWS supercharging engineering velocity. It automates infrastructure + app scaffolding, dev ops directly in your AWS account, cutting cycle times from weeks to hours. With CDK-driven generation, tag-scoped IAM, and 250+ security checks, while enforcing your guardrails
Highlights
- automates infrastructure + app scaffolding, dev ops directly in your AWS account
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
Vendor refund policy
Full refund within 30 days. Contact at enterprise@getkanu.comÂ
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Cloudformation Deployment
- Amazon ECS
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
Fixing some delivery links and font formatting.
Additional details
Usage instructions
KANU AI Platform - Deployment Guide
License Required
This is a BYOL (Bring Your Own License) product. You must obtain a license key before deployment.
To purchase a license: Email: sales@getkanu.com Enterprise pricing available Trial licenses for evaluation
Quick Deploy with CloudFormation (Recommended)
Deploy complete infrastructure with our CloudFormation template.
Template URL: https://kanu-public-templates.s3.us-east-1.amazonaws.com/cloudformation/kanu-platform.yamlÂ
Prerequisites
AWS VPC with public and private subnets (2 or more availability zones) NAT Gateway configured in private subnets ACM certificate for your domain (for HTTPS) License key from KANU (contact sales@getkanu.com ) Corporate IP ranges for access control
Deployment Steps
Step 1: Download Template
curl -O https://kanu-public-templates.s3.us-east-1.amazonaws.com/cloudformation/kanu-platform.yamlÂ
Step 2: Deploy via AWS CLI (or AWS console)
Use this command to deploy the platform in production. Alternatively, simply upload the CF stack to in your AWS console. Replace placeholder values with your infrastructure details.
aws cloudformation create-stack
--stack-name kanu-platform-production
--template-url file://kanu-platform.yaml
--parameters
ParameterKey=VpcId,ParameterValue=vpc-XXXXXXXXX
ParameterKey=PublicSubnetIds,ParameterValue=subnet-AAAA,subnet-BBBB
ParameterKey=EnvironmentName,ParameterValue=production
ParameterKey=DesiredTaskCount,ParameterValue=2
--capabilities CAPABILITY_NAMED_IAM
--region us-west-2
--tags
Key=Environment,Value=Production
Key=Application,Value=KANU-Platform
Key=ManagedBy,Value=CloudFormation
Monitor deployment status: aws cloudformation describe-stacks --stack-name kanu-platform-production --query 'Stacks[0].StackStatus'
Get application URL once deployment completes: aws cloudformation describe-stacks --stack-name kanu-platform-production --query 'Stacks[0].Outputs[?OutputKey==ApplicationURL].OutputValue' --output text
Alternatively, go to the cloudformation stack's resources, then the Application load balancer, then the DNS entry under "Details".
Stack deployment typically takes 15-20 minutes to complete.
Step 4: Wait for Completion
Stack deployment takes 15-20 minutes.
Authentication
Users authenticate via AWS Cognito User Pool (created by CloudFormation).
To go to the signup page, navigate to: your_application_url/signup
Data Isolation
All resources deployed in YOUR VPC. No data leaves your AWS account.
Security and Access Control
IP Whitelisting (Built-In)
The platform includes IP-based access control via ALB Security Groups.
Specify allowed IP ranges during deployment. Parameter name: AllowedCIDRs Example value: 10.0.0.0/8,172.16.0.0/12
Only traffic from these ranges can access the platform on HTTPS (port 443).
Common Examples: Internal network only: 10.0.0.0/8 Multiple offices: 10.0.0.0/8,172.16.0.0/12 VPN users: 192.168.100.0/24 Specific IP: 203.0.113.45/32
Support and Documentation
Technical Support: Email: support@getkanu.com Response Time: 24-48 hours Includes deployment assistance
Sales and Licensing: Email: sales@getkanu.com License inquiries and renewals
Support
Vendor support
enterprise@getkanu.com - direct contact and support
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.