Listing Thumbnail

    Cerbrec Orchestration Platform with AI Agents (Edge Data Centers) - BYOL

     Info
    Sold by: Cerbrec 
    Deployed on AWS
    Cerbrec connects and coordinates distributed edge data centers into one intelligent network, delivering the redundancy, reliability, and capacity that make your sites tenant-ready.

    Overview

    Play video

    What Cerbrec does

    Cerbrec provides the orchestration platform for operating a network of edge data centers. Built for developers and property owners with sites in multiple locations, it connects and operates those sites as one network, so capacity spread across them can be run as one offering, with the scale and reliability tenants require. Underneath that offering, AI agents collect telemetry from distributed sites and process it centrally, weighing conditions, equipment history, and predicted risk to hold a live health picture for each server and site. That picture drives where work is placed. Agents raise alerts the moment conditions change, and turn them into smart tickets that carry the diagnosis and guide the work on site.

    Key capabilities for operating a network of edge data centers:

    1. Capacity placement: placement decisions weighed across all sites, factoring utilization, power cost, cooling efficiency, site health, and redundancy risk.
    2. Automatic recovery: failed instances restored to healthy capacity without manual intervention.
    3. Asset protection: power, cooling, and hardware monitored continuously, with issues identified early to preserve equipment life.
    4. Coordinated maintenance: work orders issued with diagnosis attached, and visits planned across the network rather than dispatched site by site.
    5. Capacity planning: a network-wide view of demand that shows where to add servers, racks, or new sites as the portfolio grows.

    Why Cerbrec

    Cerbrec turns properties in different locations into one tenant-ready network. Inside that network, tenants launch workloads without needing to know which location carries them, and those workloads run at more than one site on healthy, available, and bigger capacity. New sites join the same offering as they come online, and agents hold the health picture at every location, so one team can run more sites. The result is capacity that is easier to lease than any site alone, and leaner to operate as more are added.

    Highlights

    • One network your tenants can consume. Cerbrec connects and operates your properties as one network, so capacity spread across sites is presented to tenants as one meaningful capacity. Tenants are able to launch workloads across the network without needing to know which site runs them.
    • IT loads managed across locations. Cerbrec manages the servers, GPUs, and IT loads across your locations, coordinating IT workloads and placing new work according to current site conditions. N+1 redundancy moves up from the site to the network, so tenant workloads run at more than one site, affected work restarts on healthy, available capacity elsewhere, and the service levels you sign hold across the network rather than depending on one facility.
    • Operations run from one platform. AI agents collect telemetry from distributed sites and process it centrally to monitor infrastructure and equipment, triage alarms, and maximize fleet-wide health. They also identify root causes using device history, and create smart tickets, which enable the partner MSP's technicians to carry out repairs and predictive maintenance through Cerbrec's console and mobile app.

    Details

    Sold by

    Delivery method

    Supported services

    Delivery option
    Helm Templates for Installation

    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

    Cerbrec Orchestration Platform with AI Agents (Edge Data Centers) - BYOL

     Info
    Pricing and entitlements for this product are managed through an external billing relationship between you and the vendor. You activate the product by supplying a license purchased outside of AWS Marketplace, while AWS provides the infrastructure required to launch the product. AWS Subscriptions have no end date and may be canceled any time. However, the cancellation won't affect the status of the external license.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Vendor refund policy

    Subscription is not refundable. For further questions, please contact support@cerbrec.com .

    Custom pricing options

    Request a private offer to receive a custom quote.

    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

    Helm Templates for Installation

    Supported services: Learn more 
    • Amazon EKS
    Helm chart

    Helm charts are Kubernetes YAML manifests combined into a single package that can be installed on Kubernetes clusters. The containerized application is deployed on a cluster by running a single Helm install command to install the seller-provided Helm chart.

    Version release notes

    For product details, please visit https://cerbrec.com .

    Additional details

    Usage instructions

    Cerbrec Graphbook - Deployment Instructions Prerequisites Amazon EKS cluster (Kubernetes 1.21+) Helm 3.8+ installed locally kubectl configured for EKS access License key required (contact support@cerbrec.com ) Notice: Requires internet connectivity for deployment dependencies and ongoing license validation.

    Installation Step 1: Install Helm curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3  | bash Details: https://helm.sh/docs/intro/install 

    Step 2: Deploy Helm Chart helm install cerbrec-graphbook
    oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/cerbrec/customer-helm
    --version YOUR_VERSION
    --namespace cerbrec
    --create-namespace
    --kube-context YOUR_CONTEXT Example: helm install cerbrec-graphbook
    oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/cerbrec/customer-helm
    --version 0.1
    --namespace cerbrec
    --create-namespace

    Step 3: Verify Deployment helm status cerbrec-graphbook -n cerbrec kubectl get pods -n cerbrec

    Configuration Container images follow AWS Marketplace regionalization standards. Images are defined in values.yaml for automatic multi-region deployment. Default values.yaml structure:

    Container images (auto-regionalized by AWS)

    image: registry: "709825985650.dkr.ecr.us-east-1.amazonaws.com" repository: "cerbrec/graphbook" tag: "v1.0.0" pullPolicy: IfNotPresent

    service: type: LoadBalancer port: 8080

    replicaCount: 2

    resources: limits: cpu: 2000m memory: 4Gi requests: cpu: 1000m memory: 2Gi

    persistence: enabled: true size: 10Gi Custom Deployment: Create custom-values.yaml: replicaCount: 3 service: port: 8080 annotations: service.beta.kubernetes.io/aws-load-balancer-type: "nlb"

    Deploy: helm install cerbrec-graphbook
    oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/cerbrec/customer-helm
    --version YOUR_VERSION
    --namespace cerbrec
    --values custom-values.yaml

    Multi-Region Support

    AWS Marketplace automatically handles regionalization. The Helm chart uses correct regional ECR repositories based on your cluster location: US East: 709825985650.dkr.ecr.us-east-1.amazonaws.com US West: 709825985650.dkr.ecr.us-west-2.amazonaws.com EU Frankfurt: 709825985650.dkr.ecr.eu-central-1.amazonaws.com

    Post-Deployment

    Access service endpoint shown in helm status output Enter license key when prompted Optional: Download client app from https://cerbrec.com/download 

    Important Notes

    All container images included via AWS Marketplace (no external registries required) Image references defined exclusively in values.yaml for AWS regionalization compliance Helm templates use {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }} Requires persistent internet connectivity for license validation

    Support Documentation: https://cerbrec.com/documentation  Getting Started: https://docs.cerbrec.com/get-started  Support: support@cerbrec.com 

    Resources

    Vendor resources

    Support

    Vendor support

    Live support via chat and call. For email support, please contact support@cerbrec.com .

    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.

    Similar products

    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.