Advanced Search
Search Results
509 total results found
Payment options
Never worry about your elestio account balance running out or being too low anymore by using our auto refill option to automatically top it up.To Enable auto-refill. Select the Account tab from the left sidebar menu. Select the Payment Options tab. Toggle...
Leave a project
Read-only users are able to leave projects. 1. Select Members in the left menu2. Select the Leave Project icon to the right of the project you wish to leave
Add a member
Want to invite someone to your team?To invite a member:1. Select Members from the Main menu on the left of the Dashboard2. Press the Add Member button3. Enter the member's email address and select their access level4. Press Send Invitation Admins are authoriz...
Delete a member
You can easily delete a member from your project when and if you need to.Only admins can delete other members.To delete a member:1. Select Members from the Main menu tab on the left of the Dashboard.2. Click on the user icon to the right of the user you wish t...
MySQL cluster with Multi-master or Replica mode
If you can’t afford for your database to be down for even a few minutes, a Multi-Master cluster is a great option to ensure high availability. A multi-master scenario means that one node can be taken offline (e.g. for maintenance or upgrade purposes) without ...
KeyDB (Redis compatible) with Multi-master or Replica mode
If you can’t afford for your database to be down for even a few minutes, you need a Multi-Master cluster to ensure high availability. This means that one node can be taken offline (e.g. for maintenance or upgrade purposes) without impacting availability, as th...
Automated External Backups (S3)
External backups are stored in your S3 bucket, so you own your backups directly. Elestio's external backup service is compatible with AWS S3 and any S3-compatible provider. To enable external backups from the service dashboard click on the Backups tab, then c...
Software logs, configuration, restart app, change version
From the service overview, you can open live logs with the "View app logs" button You can change the .env & docker-compose.yml configuration if you click on "Update config" button If you click on "Update Config" you will be able to edit the configuration...
BYOVM with AWS EC2
You can deploy an Elestio service on your own AWS account with BYOVM To do it, you will need to create a VM on AWS EC2, first connect to AWS EC2 dashboard: https://console.aws.amazon.com/ec2/v2/home#Instances:instanceState=running There click on "Lau...
BYOVM with AWS EC2 (Beta AWS UI)
This approach is outdated. Instead, you can use our Bring Your Own AWS Account(BYO-AWS) provider option. You can deploy an Elestio service on your own AWS account with BYOVM To do it, you will need to create a VM on AWS EC2, first connect to the AWS ...
Overview
Load balancers are essential to achieve High Availability (HA) and horizontal scalability. Most load balancers from cloud providers are limited to balance traffic only inside network of the cloud provider, also to get SSL termination for your custom domains ...
Create a new load balancer
To create a new load balancer, go to the dashboard and click on Load Balancer on the left side https://dash.elest.io/default/Elestio-services/load-balancer There, select your cloud provider (or BYOVM) then select your preferred region. Then select one o...
Update load balancer configuration
Once your load balancer is deployed, you will be able to edit its configuration at any time from the UI After making changes to your configuration (targets, forwarding rules, advanced configuration), click on the "Apply changes" button, this should take 5-1...
API Documentation
Elestio is an API first company, everything we do is through API's. Everything we do on our dashboard can be done through our API. We have created an OpenAPI 3 definition with swagger. Open the Elestio API documentation
Resync
After cloning a service, you will have a new option visible in the service overview: Resync From the service overview, click on "Resync" button to resynchronize your cloned service from the orgin. After a confirmation, the process will start and will do: C...
Subcontractors
Subcontractors & Sub-processors A sub-processor is a third-party data processor engaged by Elestio who has or potentially will have access to or process Protected Data. Elestio engages different types of sub-processors to perform various functions as explaine...
Overview
Elestio is the simplest and fastest way to deploy your source code from github/gitlab/docker registry to production. In 3 steps you can deploy any kind of project, frontend, backend, API, DB, you name it. Select your source code in Github / Gitlab or fro...
Deploy your first CI/CD pipeline on Elestio
You are about to learn how to deploy an application from a Git repository to production on any cloud. First, open the Elestio dashboard and click on CI/CD 1) Select your source From there click on Github or Gitlab, and you will be asked to provide author...