Listing Thumbnail

    MickAi: InVPC AWS Cost Optimization Agent on Bedrock

     Info
    Sold by: MickAi 
    Deployed on AWS
    AI cost optimization agent that runs inside your VPC; no data leaves your AWS account. Unlike SaaS tools, MickAi queries Cost Explorer and CloudWatch directly for real-time savings recommendations.

    Overview

    MickAi is an AWS cost optimization agent built on Amazon Bedrock that deploys as a containerized service inside your own VPC via Amazon ECS or EKS. Your billing data and infrastructure details never leave your AWS account.

    Why MickAi Over SaaS Cost Tools

    Traditional cost optimization platforms like CloudHealth require exporting Cost Explorer data, CloudWatch metrics, and resource configurations to third-party environments. This creates delayed batch exports, data egress costs, and external credential exposure.

    MickAi takes a fundamentally different approach: it queries your AWS APIs directly inside your account boundary, delivering real-time analysis with zero data leaving your environment. This eliminates third party data sharing risks and satisfies strict data residency requirements without additional security reviews.

    Key Capabilities

    AWS Cost Analysis: Deep service level cost breakdown with anomaly detection and month over month trend analysis across EC2, RDS, S3, Lambda, and NAT Gateways.

    Idle Resource Detection: CloudWatch backed detection of underutilized instances, unattached Elastic IPs, and idle resources with estimated monthly savings and remediation steps. Deployments typically surface 15 to 40% in actionable cost reduction opportunities on first scan.

    Reserved Instance and Savings Plan Advisor: Analyzes 60days of usage patterns to recommend optimalRI and Savings Plan commitments with projected ROI and payback period. Supports one click remediation playbooks for identified savings opportunities.

    AI-Powered Natural Language Interface: Powered by Amazon Bedrock (Claude), ask questions about your AWS costs in plain English and get actionable answers instantly, no dashboard navigation required.

    Security and Encryption: MickAi is designed with enterprise security requirements in mind.

    In transit: TLS 1.2+ encryption via ACM certificate on ALB At rest: AES256 encryption for RDS storage and S3 server side encryption Secrets management: All credentials stored in AWS Secrets Manager Access model: Read only IAM role with least privilege permissions SOC 2: Certification currently in progress

    No data leaves your AWS account boundary at any point during analysis.

    Example Use Case

    A SaaS engineering team running 50+ EC2

    Highlights

    • Runs entirely inside your AWS account using Amazon Bedrock; your billing data never leaves your environment. Analyzes Cost Explorer, CloudWatch, EC2, RDS, S3, and Lambda across all regions to surface idle resources and right-sizing opportunities.
    • Automated Reserved Instance and Savings Plans recommendations backed by 60 days of usage analysis, with projected ROI and payback period included. Supports one click remediation playbooks for identified savings opportunities.
    • Deploy in minutes on Amazon ECS Fargate or Amazon EKS using provided CloudFormation templates. Includes REST API with API key auth, Prometheus metrics endpoint, structured JSON logging, and a read only IAM analysis role.

    Details

    Sold by

    Delivery method

    Supported services

    Delivery option
    MickAi Container: ECS / EKS

    Latest version

    Operating system
    Linux

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    MickAi: InVPC AWS Cost Optimization Agent on Bedrock

     Info
    Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (3)

     Info
    Dimension
    Description
    Cost/month
    Starter
    For startups and small engineering teams. Analyze up to 1 AWS account with up to $50K monthly spend. Includes idle resource detection, Reserved Instance recommendations, and spend forecasting. Email support with 72-hour response SLA.
    $59.00
    Business
    For growing organizations managing multiple AWS accounts. Analyze up to 10 AWS accounts with up to $500K combined monthly spend. Includes all Starter features plus multi account dashboards and Savings Plans optimization. Priority email support with 24 hour response SLA.
    $179.00
    Enterprise
    For large enterprises with unlimited AWS accounts and spend. Includes all Business features plus private VPC deployment, SSO integration, SOC2 evidence collection, and a dedicated support engineer with 4 hour SLA via phone and Slack.
    $399.00

    Vendor refund policy

    Refund requests must be submitted within 14 days of the contract start date. Refunds are granted where the product fails to operate as described in the listing. Partial refunds are not available for mid period cancellations. To request a refund, email support@nimickcompany.com  with your AWS account ID.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    MickAi Container: ECS / EKS

    Supported services: Learn more 
    • Amazon ECS
    • Amazon EKS
    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 release of MickAi. AI powered AWS cost analysis via Amazon Bedrock, idle resource detection across EC2/RDS/S3/Lambda, Reserved Instance and Savings Plans recommendations, and 12-month spend forecasting. All OS-level CVEs resolved including CVE-2026-34182 (OpenSSL).

    Additional details

    Usage instructions

    PREREQUISITES An AWS account with Amazon Bedrock enabled in us-east-1 Amazon RDS (PostgreSQL 14+) and Amazon ElastiCache (Redis 6+) An ECS Fargate cluster or EKS cluster

    STEP 1: Deploy the IAM analysis role Download and deploy the CloudFormation template from: https://nimickcompany.com/docs 

    This creates a read-only IAM role (MickAiAnalysisRole) that MickAi uses to read your Cost Explorer, CloudWatch, and resource APIs. No write permissions are granted.

    STEP 2: Set required environment variables The container requires the following environment variables at runtime:

    DATABASE_URL: postgresql://user:pass@host:5432/mickai?sslmode=verify-full&sslrootcert=/app/rds-ca.pem REDIS_URL: redis://your-elasticache-endpoint:6379/0 AWS_REGION: us-east-1 MICKAI_ANALYSIS_ROLE_ARN: arn:aws:iam::YOUR_ACCOUNT:role/MickAiAnalysisRole JWT_SECRET: (random 32+ character string) BEDROCK_MODEL_ID: anthropic.claude-sonnet-4-6

    STEP 3: Run the container Pull and run the image on port 8080:

    docker run -p 8080:8080 --env-file .env
    709825985650.dkr.ecr.us-east-1.amazonaws.com/mickai/mickai-core:1.0.2

    Or deploy via ECS Fargate using the provided CloudFormation template at: https://nimickcompany.com/docs 

    STEP 4: Verify deployment Health check endpoint: GET https://your-domain/healthz  Expected response: {"status":"ok","service":"mickai-core"}

    STEP 5: Authenticate API requests All API requests require the x-mickai-api-key header. Your API key is shown on the fulfillment page immediately after subscribing.

    SUPPORT Documentation: https://nimickcompany.com/docs  Email: support@nimickcompany.com 

    Support

    Vendor support

    MickAi support is provided by NiMick Company.

    Starter Plan: Email support: 72 hour response SLA Business Plan: Priority email support: 24 hour response SLA Enterprise Plan: Dedicated support engineer: 4 hour SLA, phone and Slack access

    Documentation: https://nimickcompany.com/docs  Email: support@nimickcompany.com  Website:

    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.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.