
You get the security and reliability of AWS infrastructure, but you're spared the hassle of setting up all AWS infrastructure resources yourself. Qovery has its own developer console enabling you to configure only the relevant resources of each service.
If you already have an image registry setup, it's very easy to implement CD on the platform of your choice (we used GitHub actions and it worked flawlessly). Defining lifecycle methods to perform pre-deployment tasks like migration of the database is very simple as well.
Qovery supports a number of databases and types of applications. Since it uses Kubernetes, you can launch a shell directly to your service in case you ever need to debug. Qovery also allows you to configure auto-scaling for your services, making sure that your app is always available.
Another thing I love personally are environment variable groups: You can choose to import env variables from an ".env"-file and configure them to be available project-wide, environment-wide, or service-wide making it very easy to maintain environment variables for your services.
Their customer support is exceptional, they're very helpful in their own community forum and quick to respond.
I barely have to check the console because everything just works. But in case you're interested in your application logs, resource usage, and app statistics, the Qovery team has done a great job in visualizing them.
The product has various APIs you can use: CLI, API, and even Terraform to store your qovery infrastructure configuration as code. Review collected by and hosted on G2.com.
The CLI is not that well document if you're trying to redeploy with your custom container tag, but there are some examples you can draw from. Another minor thing is that when you use an "deploy" command in the Qovery CLI the output you're getting is not that helpful, so if you use another platform to perform your CI/CD from like GitHub Actions, you can't monitor the progress as you don't get the "real deployment logs" that you see in Qovery.
All in all, I have nothing bad to say. Review collected by and hosted on G2.com.