Amazon Web Services (AWS)
Qovery lets you quickly deploy applications to your Amazon Web Services (AWS) account. No knowledge is needed, and it takes less than 20 minutes to install Qovery on your AWS account.
Getting started
Before you begin, this page assumes the following:
- You have a Qovery account
- You have created an Organization
- You have an AWS account
Connect your AWS account
To link your AWS account to Qovery you need to provide an AWS access key id
and secret access key
with the required IAM permissions.
access key id
and secret access key
Create your AWS credentials - Go to
My Security Credentials
Create
Admins
group without any permissionsCreate one IAM user called
qovery
.Go to the last step and copy your
access key id
andsecret access key
.Setup IAM permissions to the
qovery
user.Download permissions JSON
Well done!! You now have your AWS access key id
and secret access key
and your permissions are setups; It's time to connect Qovery to your AWS account.
Use AWS credentials with Qovery
this section is under development - join us and be part of the first to try it
Remove your AWS account
this section is under development - join us and be part of the first to try it
Delete Qovery from your AWS account
To delete Qovery from your AWS account you must be authenticated as the Organization admin. Once your AWS account removed from Qovery, everything configured (VPC, Kubernetes, ...) by Qovery will be deleted forever.
IAM permissions
Qovery required IAM permissions to create, update and managed the infrastructure.
- IAM is used to create IAM roles
- S3 is used to store our generated configuration files
- Cloudwatch, for creating a group stream for each Kubernetes clusters
- Autoscaling for RDS and autoscaling rules for the Kubernetes cluster
- Elastic load-balancing for ELB / ALB / NLB.
- DynamoDB to have a distributed lock on infrastructure deployment.
- ECR for managing the container registry, create/update/delete repository.
- KMS to load and store keys (RDS, SSH, …)
- EKS to create and update the Kubernetes cluster.
Regions
Qovery supports the following AWS regions:
name | description | |
---|---|---|
🇺🇸 | us-west-2 | US West (Oregon) |
🇺🇸 | us-east-2 | US East (Ohio) |
🇺🇸 | us-east-1 | US East (N. Virginia) |
🇺🇸 | us-west-1 | US West (N. California) |
🇿🇦 | af-south-1 | Africa (Cape Town) |
🇭🇰 | ap-east-1 | Asia Pacific (Hong Kong) |
🇮🇳 | ap-south-1 | Asia Pacific (Mumbai) |
🇯🇵 | ap-northeast-1 | Asia Pacific (Tokyo) |
🇰🇷 | ap-northeast-2 | Asia Pacific (Seoul) |
🇯🇵 | ap-northeast-3 | Asia Pacific (Osaka) |
🇸🇬 | ap-southeast-1 | Asia Pacific (Singapore) |
🇦🇺 | ap-southeast-2 | Asia Pacific (Sydney) |
🇨🇦 | ca-central-1 | Canada (Central) |
🇩🇪 | eu-central-1 | Europe (Frankfurt) |
🇮🇪 | eu-west-1 | Europe (Ireland) |
🏴 | eu-west-2 | Europe (London) |
🇫🇷 | eu-west-3 | Europe (Paris) |
🇮🇹 | eu-south-1 | Europe (Milan) |
🇸🇪 | eu-north-1 | Europe (Stockholm) |
🇧🇭 | me-south-1 | Middle East (Bahrain) |
🇧🇷 | sa-east-1 | South America (São Paulo) |
Qovery supports regions where Amazon EKS is supported.
How Qovery works on AWS
Qovery is an abstraction layer on top of AWS and Kubernetes. Qovery manages the configuration of AWS account, and helps your to deploy production ready apps in seconds. To make it works, Qovery rely on Kubernetes for stateless apps (containers), and AWS for stateful apps (databases, storage...).
Kubernetes
The first time you set up your AWS account, Qovery creates a Kubernetes cluster in your chosen region. Qovery managed it for you - no action required. It takes ~15 minutes to configure and bootstrap a Kubernetes cluster. Once bootstrapped, your Kubernetes cluster runs the Qovery app and is ready to deploy your applications.
Managed services
AWS provides managed services for PostgreSQL, MySQL, Redis, MongoDB. Qovery gives you access to those services when you set the environment mode to Production
. In Development
mode, Qovery provides containers equivalent, which is cheaper and faster to start.
Security and compliance
Qovery runs your Kubernetes cluster and is autonomous to manage your applications, which means:
- Your configuration are stored on your AWS account.
- Your configuration is encrypted on your AWS account.
- Qovery can't access to your data.
FAQ
How to choose a region?
Different datacenters are located in different geographic areas, and you may want to keep your site physically close to the bulk of your user base for reduced latency.
I don't find a region that is provided by AWS
We are probably testing the support of this region, please contact us to know what's the status
Migrate between Cloud providers and regions
Today, you can't migrate an environment from one region to another after it has been created. Vote here if you need this feature.