37 minutes to deploy a fullstack app on my new AWS account
Blog post from Qovery
The text discusses the deployment of a full-stack application using the Qovery Terraform Provider to streamline the process of setting up AWS resources. The author highlights how Qovery simplifies the configuration of AWS services by handling intricate details behind the scenes, allowing for a focus on high-level deployment tasks. The Terraform manifest provided includes configurations for AWS credentials, a test AWS cluster, a project, an environment, a PostgreSQL database, and a backend application. The text describes the time taken for creating various components, such as a VPC and EKS cluster, RDS instance, and application deployment, noting that the deployment procedure is efficient despite some steps taking longer than others. The backend application deployment involves fetching from GitHub, building with Buildpacks, and deploying on an AWS EKS cluster, among other tasks, emphasizing the streamlined and automated nature of the process.