Overview
CloudBeaver is a new universal interface for data management developed by the DBeaver team. CloudBeaver is especially adapted for AWS Cloud services. This is the light web-application that you can share among all AWS users within your company. CloudBeaver allows:
- view and edit data and metadata of your databases
- export data from tables
- run SQL-queries for SQL and NoSQL databases
- view ER-diagrams for database objects and export them. Out-of-the-box CloudBeaver supports: AWS RDS (PostgreSQL, MySQL, Oracle, SQL Server), AWS Redshift, Aurora, Athena, DynamoDB, DocumentDB and Keyspaces. You can also create connections to your custom databases. Tens drivers are already included.
Highlights
- CloudBeaver works easily with your databases in AWS. In a few clicks you can setup a CloudBeaver server with connections to all your AWS and third-party databases. These connections are available for all users in your company and consider AWS permissions.
- CloudBeaver shows data from SQL and NoSQL databases as tables or in JSON view. For experienced users CloudBeaver suggests the advanced SQL-editor with syntax highlighting and auto-suggestion.
- You can look at the structure of your database on ER-diagrams. ER-diagrams are available for databases, schemas and tables.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Buyer guide

Financing for AWS Marketplace purchases
Pricing
Free trial
Dimension | Cost/hour |
|---|---|
t3.large Recommended | $1.50 |
t2.micro | $0.20 |
m5.4xlarge | $8.60 |
m4.large | $1.50 |
m5.large | $1.50 |
t3.medium | $0.60 |
t2.medium | $0.60 |
m5.xlarge | $2.80 |
t2.large | $1.50 |
m5.2xlarge | $4.60 |
Vendor refund policy
Refund within 30 days
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
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
Changes since 26.0.0:
Administration:
- Added a new secrets configuration provider, "AWS Secrets", that uses local AWS configuration. The existing provider that used the AWS cloud configuration was renamed to "AWS Integrated Cloud Secrets".
AI Assistant:
- Added an Ask AI button to the Execution Plan toolbar, providing explanations and highlights for the execution plan state and potential performance optimization.
MCP:
- Added the TOOLS & MCP Section into the AI Settings in the Administration part. External and internal agents can be configured there by administrators.
- Added the internal MCP DBeaver Server with the ability to configure tools for the AI Chat: Read table sample rows, Open database objects editor, or open SQL Editor. This functionality is enabled by default when AI Integration is enabled.
- Added MCP client authorization support to CloudBeaver, allowing customers to review the third-party application's request and permissions on a dedicated consent screen.
SQL Editor:
- Added an advanced graph visualization for SQL execution plans in the SQL Editor. The view highlights the most expensive nodes and routes, allows hiding irrelevant elements, and shows node details.
- Added the ability to export a script to the Cloud Storage directly from the SQL Editor using the Export button.
Data Editor:
- Renamed the Bar chart to Column chart and introduced a horizontal bar chart under the Bar name in the Data Editor.
- Added the ability to copy-paste multiple cells at once. Pasted values will be distributed across selected cells.
- Added the Find and Replace functionality for the Data Editor with the ability to find data by matching case, whole word, or using regular expressions.
- Data Editor started to keep the state of column configurations, such as filters, sorting, and ordering, after the reconnect, page refresh, and re-login.
Navigator Tree:
- Reorganized the context menu on the connection level to make it more compact.
- Added support for special symbols (pipe, comma, and asterisk) for the search field.
Accessibility:
- Added the Skip to content option for quick keyboard access to the Navigator Tree, editors, and shortcuts list tab to improve application accessibility.
- Improved keyboard navigation for context menu and buttons for Data Editor, SQL Editor, and Navigator tree.
- Fixed contrast for elements across different application parts in the light and dark themes to meet WCAG requirements.
Query Manager:
- Added an Export button to Query History and Query Manager views. Users can filter data using existing UI controls and export the results to the CSV format.
New databases support:
- Valkey
- Microsoft Fabric
- GizmoSQL
Security:
- Added an administrative setting to restrict SSH tunneling capabilities. Administrators can now limit tunnel configuration to authorized users, reducing the risk of unauthorized network access.
- Fixed a path traversal vulnerability in the Resource Manager service.
- Fixed the critical vulnerability (CVE-2025-62718) in the axios library. The library was updated to version 1.15.0.
- Fixed the critical vulnerability (CVE-2026-22732) in the spring-security-web library. The library was updated to version 4.0.4.
- Fixed the high vulnerability (CVE-2026-33228) in the flatted library. The library was updated to version 3.4.2.
- Fixed the high vulnerability (CVE-2025-7962) in the sun.mail.jakarta library. The library was updated to version 2.0.2.
- Fixed the high vulnerability (CVE-2026-3505) in the bcpg-jdk18on library. The library was updated to version 1.84.0.
- Fixed the high vulnerability (CVE-2026-42587) in the netty-codec-http2 library. The netty-bom library was updated to version 4.2.13.
- Fixed the high vulnerability (CVE-2026-33870) in the netty-codec-http library. The library was updated to version 4.2.10.
- Fixed the high vulnerability (CVE-2026-24734) in the tomcat-embed-core library. The library was removed from the project dependencies.
- Fixed the high vulnerability (CVE-2026-32141) in the flatted library. The library was updated to version 4.4.0.
- Fixed the high vulnerability (CVE-2026-1605) in the jetty-server library. The library was updated to version 12.1.7.
Additional details
Usage instructions
- Run the selected EC2 instance with CloudBeaver.
- Open the link to your new EC2 instance in browser.
- Follow the simple steps to configure your CloudBeaver.
- Share the link with other team-members and start working.
Resources
Vendor resources
Support
Vendor support
Online support support@dbeaver.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.
Standard contract
Customer reviews
It makes database management easier, but performance can be slow.
Centralized browser access has improved our real-time debugging and team collaboration
What is our primary use case?
I have been using CloudBeaver AWS for around 5 to 6 months.
My main use case for CloudBeaver AWS is managing and monitoring multiple databases from a single web interface. As an embedded and IoT focused developer, I mostly use it to check the device logs, validate MQTT related data stored in the database, run SQL queries for debugging, and monitor real-time system data during testing and development. It is especially useful when working remotely because I can access everything through the browser without installing heavy database tools locally.
Recently, I used CloudBeaver AWS while testing an IoT fuel station controller system connected through an MQTT and RabbitMQ. One issue we faced was that pump status updates from one device were not reaching the back-end correctly. Using CloudBeaver AWS, I connected directly to the AWS hosted PostgreSQL database and monitored the incoming records in real-time. I ran SQL queries to compare the time when MQTT messages were received from the device, RabbitMQ processed the data, and the final database entry was stored in the system. That helped me quickly identify that the message ID mapping for tank status and pump status was incorrect in the consumer logic. Instead of debugging through logs alone, I could instantly verify whether the live data was getting inserted correctly into the database tables. It saved a lot of time because I did not need separate database client tools or server access. Everything was accessible from the browser itself.
What is most valuable?
One of the best features CloudBeaver AWS offers is that it combines database management, monitoring, and collaboration into a single browser-based interface. The features I find most useful are web-based access so I can connect to the database from anywhere without installing separate database clients, and support for multiple databases. It works with PostgreSQL , MySQL , SQL Server , and others from one dashboard. Additionally, real-time query execution is particularly helpful for checking live system data and troubleshooting issues quickly.
The ability to connect from anywhere has improved collaboration and a lot of our workflows because the whole team could access the same database environment directly through the browser, even while working remotely or from different locations. Earlier, each developer had separate local database tools and configuration, which sometimes caused version mismatches or access issues. With CloudBeaver AWS, everyone works from a centralized setup, so debugging and monitoring become much more consistent.
I really liked the UI. It is clean, lightweight, and easy to navigate, even when handling multiple databases and large tables. The dashboard feels much simpler compared to many traditional database tools, which reduced the learning curve for new team members. I also appreciated how smoothly it integrates with cloud-hosted environments and different database engines. Since our system involves IoT devices, MQTT service, back-end APIs, and database monitoring together, having a centralized browser-based database tool helps keep the workflow organized.
CloudBeaver AWS has positively impacted my organization mainly by improving debugging speed, team collaboration, and operational efficiency. One major benefit we noticed was reduced troubleshooting time. Earlier, when there was an issue with IoT device communication or back-end data flow, different teams had to rely on separate tools, exported logs, or direct server access. But after using CloudBeaver AWS, developers and testers could instantly verify live database entries from a shared interface, which helped us identify issues much faster.
What needs improvement?
CloudBeaver AWS already covers most core database management needs very well, but a few improvements could make it even better for teams working with real-time systems and cloud monitoring. One thing I would like to see is a more advanced real-time monitoring dashboard built directly into the platform. Right now, it is great for querying and checking live data, but having customizable live widgets for alert panels for database active, failed queries, or IoT event streams would be really useful.
From the UI side, the interface is clean already, but advanced filtering and dashboard customization options could improve the experience further for enterprise-scale monitoring environments.
For how long have I used the solution?
I have been working in my current field for 1.5 years.
What do I think about the stability of the solution?
CloudBeaver AWS has not experienced any stability issues.
What do I think about the scalability of the solution?
CloudBeaver AWS's scalability is quite good, especially for teams working in a cloud-based environment.
How are customer service and support?
Customer support is good.
Which solution did I use previously and why did I switch?
Before adopting CloudBeaver AWS, we mainly relied on a mix of traditional desktop database tools like DBeaver and other standalone SQL clients, depending on the database type and team preference. Those tools worked well individually, but the challenge was that every developer had separate local configurations, different client versions, and different access methods. During remote collaboration or troubleshooting sessions, that sometimes created delays and inconsistencies. We switched to CloudBeaver AWS mainly because we wanted a centralized, browser-based solution, easier remote access, simpler team collaboration, and more consistent database management across the organization.
How was the initial setup?
We adopted CloudBeaver AWS through the AWS ecosystem, and using the AWS Marketplace made the deployment and setup process much smoother.
What about the implementation team?
We did not require an implementation team.
What was our ROI?
We saw a positive return on investment after implementing CloudBeaver AWS. The biggest impact was in time savings and operational efficiency rather than reducing headcount. A few measurable improvements we noticed were around 30 to 40% faster troubleshooting for database and back-end-related issues, significantly reduced setup time for new developers and testers, and fewer delays caused by access or environment configuration problems. For example, before using CloudBeaver AWS, debugging an IoT communication issue could take one to two hours, but after using CloudBeaver AWS, it took around 20 to 30 minutes using the shared browser-based interface.
Which other solutions did I evaluate?
Before selecting CloudBeaver AWS, we evaluated a few other database management solutions, including DBeaver, PGAdmin, and some other traditional desktop-based SQL clients commonly used for PostgreSQL and MySQL environments. We also looked at a few cloud-native database management approaches provided within AWS services.
What other advice do I have?
CloudBeaver AWS should be evaluated not just as a database query tool but as a collaboration and operational efficiency platform for cloud environments. If a team works remotely, manages multiple databases, or frequently handles debugging and monitoring tasks, the browser-based, centralized approach can save a significant amount of time and reduce complexity. It is especially recommended for cloud-native teams, DevOps and back-end engineers, IoT and real-time system monitoring, and organizations that want easier database access and management across the team. I would rate my overall experience with CloudBeaver AWS a 10.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
All in one database tool that improves productivity and simplifies workflow
The UI is clean and practical, and once you get used to it, navigating through tables, queries, and schemas feels straightforward. It is not flashy, but it is efficient, which is what matters most for database work.
Integration support is another strong point. It works with a wide range of databases, so it fits well into different projects without needing extra tools. This flexibility saves a lot of setup time.
Performance is generally solid even when working with large datasets. Query execution and browsing data feels smooth in most cases, which helps when working under time pressure.
From a pricing and ROI perspective, the free version already offers a lot of value. It covers most daily needs without requiring an upgrade, which makes it a cost effective choice for individuals and teams.
Support and onboarding are decent, and while it is not heavily guided, the tool is intuitive enough that most things can be figured out quickly with basic experience.
Another challenge is performance when working with very large datasets. It generally works well, but in some cases scrolling through big tables or running heavy queries can feel slower compared to lighter tools, which can affect productivity a bit during peak work.
The onboarding experience could also be smoother. While the tool is flexible, it does not always guide new users through advanced features, so there is a bit of trial and error involved in the beginning.
From an integration perspective, it supports many databases, which is great, but setting up certain connections sometimes requires extra configuration steps that are not immediately obvious.
Overall, it is a very capable tool, but a bit more simplicity in the UI and improved performance consistency would make the experience even better.
With DBeaver, everything is now in one place. It supports multiple database types in a single interface, so it is much easier to run queries, compare data, and manage schemas without constantly changing tools. This has saved a noticeable amount of time during daily work, especially when handling multiple environments at once.
Query execution and data browsing are also more efficient now. Tasks that used to take extra steps or tool switching can be done directly in one workspace, which has improved overall productivity and reduced friction in development and analysis work.
It has also helped reduce dependency on multiple paid tools since the free version already covers most use cases. Overall, it has simplified database management and made day to day work more organized and faster.