Advanced Search
Search Results
170 total results found
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)
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 "La...
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...
Deploy docker-compose apps (Wordpress, MySQL, Redis, Keycloak ...)
You are about to learn how to deploy docker-compose applications to a CI/CD target. This is useful when you don't need a Git workflow and your images are already available on a public or private docker registry. Use cases: Deploy one or multiple instances...
Create your own template (elestio.yml)
You can create your own template to be deployed on Elestio for yourself (private repo) or for anyone (public repo). We recommend that you fork one of our sample repositories as a base and modify it to meet your requirements: Samples repositories for the mos...
Pipelines migration, move pipelines between CI/CD targets safely
In several situations, you might want to move a deployed CI/CD pipeline from one target to another one. On Elestio, you can safely move a pipeline between targets even if the pipeline contains data. Let's consider a few situations: Your CI/CD target is ove...
Multi-factor authentication
By default, Elestio uses Email-based MFA, each time you log in to Elestio we will send you an email with a one-time code to enter into our UI to be able to connect. This protection is in place to enforce security and avoid account hacking. We also have TOTP-b...
Custom domains on CI/CD pipelines
You can add any number of custom domain names on your CI/CD pipeline, Elestio will automatically configure the routing of the traffic and SSL termination / certificate creation and renewals. To add a custom domain on your pipeline click on "Domain Management"...
Free trial
Elestio offers a 3-day free trial with $20 in credits, during which you can launch up to 4 services. Additionally to the services in our catalog, you have access to load balancers, volumes, and CI/CD pipelines. Domain names are the only thing that cannot be a...
Newsletter
You can get the most recent information about Elestio features, supported software, and tips by subscribing to the elestio newsletter. You can subscribe to the elestio newsletter during sign-up by checking the box (Sign up for our newsletter) and later ma...
How to Deploy React App on Elestio
So you made a React web application and want to deploy it to the cloud 🚀 You probably heard about Kubernetes (and all its complexity) or various options to deploy your apps like Heroku, Render Fly, or Railways. They all have something in common, those product...
How to Deploy NodeJs-express app with a static front-end in a pug on Elestio
So you made a static full stack frontend pug with nodejs backend application and want to deploy it to the cloud 🚀 You probably heard about Kubernetes (and all its complexity) or various options to deploy your apps like Heroku, Render Fly, or Railways. They al...
Clone CI/CD pipeline
When distributing your project pipeline across the Production, Staging, and Test environments, you might want to copy a deployed CI/CD pipeline from one target to another or the same target.When using Elestio, you can safely clone a pipeline between identical,...