Listing Thumbnail

    OpenBao | Support by cloudimg

     Info
    Sold by: cloudimg 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for seller support. OpenBao, the Linux Foundation MPL-2.0 open source fork of Vault for secrets management and encryption as a service, preinstalled as a systemd service with the built-in web UI and HTTP API on port 8200 over raft storage. The store is initialized with a unique root token on first boot and auto-unseals across reboots. Backed by 24/7 cloudimg support.

    Overview

    Open image

    This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

    Overview OpenBao is an open source, community driven secrets management platform: a Linux Foundation project and the MPL-2.0 licensed fork of Vault. It centrally stores, accesses and tightly controls access to tokens, passwords, certificates, API keys and other secrets, and provides encryption as a service so applications never have to handle raw keys. This image delivers OpenBao fully installed and configured as a system service backed by integrated raft storage, so a working secrets engine is running within minutes of launch.

    Application Stack The single static bao server binary installed under /usr/local/bin and run by a dedicated unprivileged service account. The encrypted secret store on integrated raft storage on a dedicated data disk so the store is independently resizable. A systemd service that starts the server on boot, initializes it on first boot and automatically unseals it after a reboot. The built-in web UI and the full HTTP API published on port 8200.

    Secrets Management Enable secrets engines for key/value secrets, dynamic database credentials, PKI certificate issuance, SSH, transit encryption as a service and more. Authenticate with tokens, AppRole, userpass, JWT/OIDC or cloud auth methods, and govern every path with fine grained policies. Drive everything from the web UI, the bao CLI or the HTTP API.

    Secure First Boot On the first boot of your instance a one shot service initializes the store, captures the single unseal key and the initial root token unique to that instance, unseals the server and writes both to a root only file. No shared or default credentials, no pre-initialized store and no preset unseal key ship in the image.

    Auto Unseal Across Reboots A dedicated service re-unseals the server automatically after every reboot so the appliance returns to a healthy, ready state unattended. The user guide documents switching to AWS KMS auto-unseal and enabling TLS for production deployments.

    cloudimg Support 24/7 technical support by email and chat. Help with deployment, secrets engine and auth method configuration, policies, PKI, transit encryption, AWS KMS auto-unseal, TLS, raft storage and backup.

    Use Cases A central secrets store for applications and CI/CD pipelines. Dynamic, short lived database and cloud credentials. PKI and internal certificate authority. Encryption as a service. A drop in open source alternative to Vault for teams that need an MPL-2.0 licence.

    All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

    Highlights

    • OpenBao secrets management and encryption as a service preinstalled as a systemd service with the built-in web UI and the full HTTP API on port 8200 over integrated raft storage, no manual setup required
    • Hardened first boot initializes the store and generates a unique root token for every instance, written to a file only the root user can read, and the appliance auto-unseals itself across reboots
    • The Linux Foundation MPL-2.0 open source fork of Vault on a dedicated independently resizable data disk, with a documented path to AWS KMS auto-unseal and TLS, and 24/7 technical support from cloudimg

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    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

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    OpenBao | Support by cloudimg

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (800)

     Info
    • ...
    Dimension
    Description
    Cost/hour
    t3.medium
    Recommended
    t3.medium
    $0.04
    t3.micro
    t3.micro instance type
    $0.04
    t2.micro
    t2.micro instance type
    $0.04
    c5d.4xlarge
    c5d.4xlarge instance type
    $0.24
    i7i.16xlarge
    i7i.16xlarge instance type
    $0.24
    c8i.2xlarge
    c8i.2xlarge instance type
    $0.24
    c6in.24xlarge
    c6in.24xlarge instance type
    $0.24
    c6a.large
    c6a.large instance type
    $0.08
    i3en.3xlarge
    i3en.3xlarge instance type
    $0.24
    m6a.24xlarge
    m6a.24xlarge instance type
    $0.24

    Vendor refund policy

    Refunds available on request.

    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

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Initial release of OpenBao 2.5.5 secrets management server on integrated raft storage.

    Additional details

    Usage instructions

    Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant). The OpenBao web UI and HTTP API are served on port 8200: browse to http://<instance-public-ip>:8200/ and sign in with the Token method using the initial root token. Retrieve the root token and the unseal key with: sudo cat /root/openbao-credentials.txt. From the CLI export BAO_ADDR=http://<instance-public-ip>:8200 and run bao login with the root token, then enable secrets engines and auth methods. The encrypted store lives on a dedicated raft data disk mounted at /var/lib/openbao. For production, follow the user guide to enable TLS and switch to AWS KMS auto-unseal, then create your own admin auth method and revoke the initial root token.

    Resources

    Vendor resources

    Support

    Vendor support

    cloudimg provides 24/7 technical support for this product by email and live chat. Our engineers help with deployment, configuration, updates, performance tuning and troubleshooting; critical issues receive a one hour average response. Contact support@cloudimg.co.uk .

    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.