Listing Thumbnail

    Cebule™ Platform

     Info
    Deployed on AWS
    AWS Free Tier
    Cebule™ combines quantum chemistry, molecular dynamics, and graph neural networks in an easy to handle orchestration system accessible via tailored user interfaces and a SDK. This allows one to construct powerful high-throughput screening pipelines which can be shared with other team members. The generated data sets can be connected to machine learning training and fine-tuning tasks.

    Overview

    Open image

    The Cebule™ Platform consists of multiple tools and elements which help you to perform highly sophisticated high-throughput screening pipelines of molecules and structures:

    Molecules Database. Access over 200 million geometry-optimized molecules. The Research Agent provides direct links to molecular data and SDK access for seamless integration into your workflows.

    Input Guidance with the Research Agent. Get clear formatting examples in form of .csv file examples, complete with sample molecules (the ones you asked for) and data structures to accelerate your setup.

    Workflow Generation with the Research Agent. Receive on-the-fly code scripts customized for your use case, plus SDK integration examples to streamline your workflow with a step by step guide.

    Cebule Dashboard. Store research queries, code examples, and custom workflows in one place. Develop and refine your code directly within our hosted JupyterLab environment.

    Open Architecture. Our modular design ensures no platform lock-in. Cebule SDK workflows integrate smoothly with other quantum chemistry and quantum computing packages while aligning with MLOps best practices.

    Highlights

    • Automated pipeline calculations via modular quantum chemistry, machine learning models tailored to CPU (Intel, AMD, ARM), GPUs (Nvidia, AMD) and QPUs.
    • +200 million molecules already geometry optimized which reduces computational time for high throughput screening pipelines and allows to source specific chemical classes for machine learning purposes.
    • Agentic research tool to help you set up calculations more easily and faster. The agent will provide you data examples and how to run tasks via the Python SDK. The Cebule agent makes use of the Molecules Database and the SDK documentation while also sourcing open access research literature to make your development process as efficient as possible.

    Details

    Delivery method

    Delivery option
    Cebule API, Workers, DB, and S3

    Latest version

    Operating system
    AmazonLinux Amazon Linux 2 (2023)

    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

    Cebule™ Platform

     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.

    12-month contract (1)

     Info
    Dimension
    Description
    Cost/12 months
    Annual License
    Annual subscription to the Cebule product
    $50,000.00

    Vendor refund policy

    No refund possible since trialing the Cebule platform is possible via https://cebule.mqs.dk  and a pay per usage model.

    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

    Cebule API, Workers, DB, and S3

    This CloudFormation delivery option deploys the complete Cebule architecture in the buyer’s AWS account.

    What gets deployed

    Networking: A VPC with public and private subnets in two Availability Zones, Internet Gateway, NAT Gateway, and route tables. Security groups restrict traffic so only the ALB is internet-facing; API and workers talk to DocumentDB and S3 within the VPC.

    Compute: An Application Load Balancer in the public subnets; an Auto Scaling Group of API EC2 instances behind the ALB (port 8080); a separate Auto Scaling Group of worker instances in the private subnets. Both use launch templates with user data that fetches configuration from Secrets Manager and starts the Cebule API and worker services.

    Database: An Amazon DocumentDB (MongoDB-compatible) cluster in the private subnets, with credentials stored in AWS Secrets Manager. Encrypted at rest with 7-day backup retention.

    Storage: An S3 bucket with versioning and server-side encryption (AES-256) for task results and application data. Access is private (IAM roles only).

    Secrets: Secrets Manager holds DocumentDB credentials, application config (Auth0, API keys), S3 config, and the Cebule registration token. API and worker instances assume IAM roles and retrieve secrets at launch—no long-term access keys in the template.

    Parameters buyers must provide

    Required: Auth0 client ID and secret, Auth0 domain and audience, Cebule registration token, DocumentDB master username. Network CIDRs and instance types have sensible defaults but can be changed.

    Outputs

    The stack exposes the API Load Balancer URL, DocumentDB endpoint and port, S3 bucket name, and Secret ARNs so buyers can integrate with their tools and finish configuration (e.g. updating app config or GHCR secrets after first deploy).

    Use case

    Best for production or staging deployments where you want the full Cebule stack—API, workers, database, and storage—deployed in one action with security and scaling built in.

    CloudFormation Template (CFT)

    AWS CloudFormation templates are JSON or YAML-formatted text files that simplify provisioning and management on AWS. The templates describe the service or application architecture you want to deploy, and AWS CloudFormation uses those templates to provision and configure the required services (such as Amazon EC2 instances or Amazon RDS DB instances). The deployed application and associated resources are called a "stack."

    Version release notes

    Updated task containers

    Additional details

    Usage instructions

    Prerequisites

    AWS account with permissions to create CloudFormation stacks, VPCs, EC2, DocumentDB, S3, and Secrets Manager resources.

    Auth0 application (client ID, client secret, domain, audience).

    Cebule registration token (shared between API and workers).

    API and Worker AMIs built for your target region (e.g. us-east-1); use the AMI IDs from this listing after subscribing.

    Launch steps

    1. Subscribe to this product in AWS Marketplace and continue to CloudFormation.
    2. Use Create stack with the template URL provided. Accept the template and move to the parameters screen.
    3. Required parameters. Set ApiAmiId and WorkerAmiId to the product AMI IDs for your region (shown after subscription). Enter EnvironmentName, Auth0ClientId, Auth0ClientSecret, Auth0Domain, Auth0Audience, CebuleRegistrationToken, and DocumentDbMasterUsername. Leave optional parameters, e.g. GhcrUsername, GhcrToken, blank unless you use private container images.
    4. Under Stack options and Advanced options, leave defaults or adjust (e.g. tags). Acknowledge that the template may create IAM resources (CAPABILITY_NAMED_IAM).
    5. Create the stack. Wait until status is CREATE_COMPLETE (typically 15 to 25 minutes).
    6. In the stack Outputs tab, note ApiLoadBalancerUrl. Test the API: curl http://<ApiLoadBalancerUrl>/health (or https if you attach a certificate to the ALB).
    7. (Optional) Update Secrets Manager secrets (e.g. app/config, docker/ghcr) with your final configuration. Restart API or worker instances if needed so they pick up changes.

    Post-deploy

    API endpoint: use the ApiLoadBalancerUrl output.

    DocumentDB: use DocumentDbEndpoint and DocumentDbPort; credentials are in the secret named in DocumentDbSecretArn.

    S3 bucket: use S3BucketName output. App config in AppConfigSecretArn.

    For full parameter descriptions and architecture details, see the product documentation or README in the template source.

    Support

    Vendor support

    For getting technical support please don't hesitate to write us an email: support@mqs.dk 

    We highly recommend to use our research agent for all your technical or scientific questions until you have reached a good understanding of your R&D problem you would like to tackle: https://cebule.io 

    Further, the documentation and tutorial videos can help you to get an understanding how to use the Cebule Dashboards and the Cebule SDK.

    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.