Create Outstanding AWS Infrastructure with Terraform and Qovery
Terraform combined with Qovery is like giving superpower to DevOps and developers. I am super excited to launch a brand new GitHub repository with "ready-to-use" examples to deploy crazy AWS cloud architecture with Terraform and Qovery. Feel free to use them, modify them and share them with us and our community.
It's an excellent way to familiarize yourself with Terraform, AWS, and how to use Qovery. Thousands of developers and DevOps build outstanding infrastructure on top of AWS. We are eager to share the best practices and ready-to-use architecture for your personal and professional projects.
resource "qovery_database" "production_psql_database" { environment_id = qovery_environment.production.id name = "strapi db" type = "POSTGRESQL" version = "13" mode = "MANAGED" # Use AWS RDS for PostgreSQL (backup and PITR automatically configured by Qovery) storage = 10 # 10GB of storage accessibility = "PRIVATE" # do not make it publicly accessible state = "RUNNING"
Check out the complete Terraform manifest file here.
Behind the scene, Qovery:
Creates 3 Kubernetes clusters (`Production`, `Staging`, `Dev`) on your AWS account (VPC, Security Groups, Subnet, EKS/Kubernetes...)
Creates Qovery Organization `Terraform Demo`
Creates Qovery Project `Strapi V4`
Creates Qovery Environment `production`
Creates Qovery Database `strapi db` (RDS) for `Production`
Application `strapi app` for `Production`
Creates Qovery Environment `staging`
Database `strapi db` (RDS) for `Staging`
Application `strapi app` for `Staging`
Environment `dev`
Database `strapi db` (Container with EBS) for `Dev`
Application `strapi app` for `Dev`
Inject all the Secrets and Environment Variables used by the app for every environment
Builds `strapi app` application for `Production`, `Staging` and `Dev` environments in parallel
Pushes `strapi app` container image in your ECR registry for `Production`, `Staging` and `Dev` environments in parallel
Deploys your PostgreSQL database for `Production` (AWS RDS), `Staging` (AWS RDS) and `Dev` (Container) environments in parallel
Deploys `strapi app` on your `Production`, `Staging` and `Dev` EKS clusters
Creates an AWS Network Load Balancer for all your clusters and apps
Generates a TLS certificate for your app for all your apps
Exposes publicly via HTTPS your Strapi app from `Production`, `Staging` and `Dev` through different endpoints
Terraform takes takes approximately 30 minutes per environment👍 So technically speaking you can have a Production, Staging and Dev environment in less than 2 hours and by letting Terraform and Qovery doing the job for your on your AWS account 😎
What's next?
Check out our Terraform Examples repository now and feel free to contribute.
Share on :
Tired of fighting your Kubernetes platform?
Qovery provides a unified Kubernetes control plane for cluster provisioning, security, and deployments - giving you an enterprise-grade platform without the DIY overhead.
Kubernetes observability at scale: cutting the noise in multi-cloud environments
Stop overpaying for Kubernetes observability. Learn how in-cluster monitoring and AI-driven troubleshooting with Qovery Observe can eliminate APM ingestion fees, reduce SRE bottlenecks, and make your cloud costs predictable.
Morgan Perry
Co-founder
Kubernetes
minutes
March 5, 2026
Understanding CrashLoopBackOff: Fixing AI workloads on Kubernetes
Stop fighting CrashLoopBackOff on your AI deployments. Learn why traditional Kubernetes primitives fail large models and GPU workloads, and how to orchestrate AI infrastructure without shadow IT.
Morgan Perry
Co-founder
Kubernetes
Platform Engineering
minutes
March 5, 2026
Mastering multi-cluster Kubernetes management: Strategies for scale
Stop fighting cluster sprawl. Learn why traditional scripting and GitOps fail at scale, and discover how to achieve fleet-wide consistency without the complexity of Kubernetes Federation.
Mélanie Dallé
Senior Marketing Manager
Developer Experience
Kubernetes
8
minutes
February 27, 2026
Top 5 Kubernetes automation tools for streamlined management and efficiency
Looking to automate your Kubernetes environment in 2026? Discover the top automation tools, their weaknesses, and why scaling your infrastructure requires a unified management platform.
Mélanie Dallé
Senior Marketing Manager
AI
minutes
February 26, 2026
Beyond Compute Constraints: Why AI Success is an Orchestration Problem
As the AI race shifts from hardware acquisition to GPU utilization, success is now an orchestration problem. Learn how to bridge the 84% capacity gap, eliminate "ghost" expenses, and leverage AI infrastructure copilots to maximize ROI in 2026.
Romaric Philogène
CEO & Co-founder
Kubernetes
DevOps
Platform Engineering
6
minutes
February 23, 2026
Kubernetes vs. Docker: Escaping the complexity trap
Is Kubernetes complexity killing your team’s velocity? Compare Docker vs. Kubernetes in 2026 and discover how to get production-grade orchestration with the "Git Push" simplicity of Docker.
Morgan Perry
Co-founder
Kubernetes
Cloud
DevOps
8
minutes
February 22, 2026
9 key reasons to use or not Kubernetes for your dev environments
Morgan Perry
Co-founder
Kubernetes
DevOps
Platform Engineering
7
minutes
February 22, 2026
Kubernetes vs. OpenShift (and how Qovery simplifies it all)
Stuck between Kubernetes and OpenShift? Discover their pros, cons, differences, and how Qovery delivers automated scaling, simplified deployments, and the best of both worlds.