Skip to content

Commit 6e8a5e2

Browse files
author
SPRINX0\prochazka
committed
aws info
1 parent a0d841f commit 6e8a5e2

File tree

6 files changed

+80
-1
lines changed

6 files changed

+80
-1
lines changed

content/blog/2025-01-21-aws.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
title: Amazon - DbGate available on AWS
4+
categories: development
5+
date: 2025-01-21 10:00:00
6+
---
7+
8+
Today we accomplished important achievement - DbGate could be installed on Amazon web services.
9+
10+
Previously, to run the web version, you had to deploy Docker containers or install NPM packages on the server with DbGate, which required some configuration.
11+
12+
If you are familiar with Amazon web services, installing web version of DbGate is now task consisting of a few clicks. You have then available administration of users, connections and roles, and you could grant permissions for connections to some users.
13+
14+
<!--more-->
15+
16+
You could start with [DbGate on AWS](https://aws.amazon.com/marketplace/pp/prodview-glw7okfnhf4cy) right now!
17+
18+
You will create EC2 container from AMI.
19+
We recommend t2.medium instance type for best user experience, but t2.micro available in free tier will be enough for small number of users.
20+
21+
You could find more information about [DbGate AWS edition here](/features/aws).
22+
23+
## Installation process
24+
25+
At first, DbGate asks you for admin password:
26+
27+
<img src="/fragments/setadminpassword.png" alt="Set admin password" width="800px" />
28+
29+
After connecting, you could create users and connections from administration interface
30+
31+
<img src="/screenshots/adminconn.png" alt="Admin connections" width="800px" />

content/features/aws.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Deploy on AWS
3+
subtitle: Single-click deploy on Amazon EC2 cluster
4+
icon: aws.svg
5+
weight: 14
6+
demo_url: https://aws.amazon.com/marketplace/pp/prodview-glw7okfnhf4cy
7+
demo_title: View on AWS
8+
---
9+
10+
DbGate AWS edition is a collaborative, multi-user web platform specifically designed for database management within Amazon Web Services (AWS). By taking advantage of AWS infrastructure, it streamlines teamwork for organizations operating in cloud environments. Its shared, browser-based interface simplifies collaboration, data access, and database oversight while seamlessly integrating with AWS.
11+
12+
## DbGate AWS key features
13+
DbGate AWS supports the same features as DbGate Team Premium, but is optimalized for AWS
14+
15+
* Support for AWS IAM
16+
* Administration for users, connections and roles
17+
* Data browsing, filtering and editing
18+
* Import and export data
19+
* Visual query builder
20+
21+
## Installation process
22+
Installation on AWS is very straighforward, it is almost single-click process.
23+
24+
We recommend t2.medium instance type for best user experience, but t2.micro available in free tier will be enough for small number of users.
25+
26+
After installation, you have to set admin password, Then you could administer connections and users.
27+
28+
## Subscription and licensing
29+
DbGate AWS can be subscribed to through the AWS Marketplace, with pricing based on the size of the chosen instance. Larger instances support more concurrent users.
30+
31+
A 30-day free trial gives you access to all DbGate features. After the trial, billing follows AWS’s pricing plan according to the selected instance size. No additional licensing is required, as all payments are handled through the [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-glw7okfnhf4cy) subscription.
32+
33+
## DbGate AWS updates
34+
DbGate AWS has it's special build and runs directly virtual server in EC2 (there is no additional virtualization layer like docker). There is auto-upgrade functionality - after start, the container makes request for the newest build and if found, it replaces old version. You don't have do upgrade manually.
35+
36+
If you create manually new EC2 container with new version, it will have its new database (internal MySQL database is part of container), so there is no simple way of moving connections and users to new EC2 container.

layouts/shortcodes/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{{ end }}
2727
{{ if .Params.demo_url }}
2828
<a href="{{ .Params.demo_url }}" class="card-footer-item is-hidden-mobile" target="_blank">
29-
Try demo
29+
{{ .Params.demo_title | default "Try demo"}}
3030
</a>
3131
{{ end }}
3232
</footer>
45.8 KB
Loading

static/img/aws.svg

Lines changed: 12 additions & 0 deletions
Loading

static/screenshots/adminconn.png

78.9 KB
Loading

0 commit comments

Comments
 (0)