Deploying 2-Tier Architecture in AWS using Terraform Modules

<p>Hello Devops Practitioners!!, In this article, I have deployed a 2 Tier Garage and Car Buying Application using Terraform Modules. In all my previous Blogs I have talked About how we can leverage the power of Terraform Provisioning in different scenarios and Projects. One such scenario is when you want to deploy a 2 two-tier architecture application with the power of reusable code. Using this Tutorial you can even Deploy 3 Tier Application by just adding one more layer between the Database Tier and Web Tier. Let&rsquo;s first start by knowing the Architecture.</p> <h2>Understanding Architecture</h2> <p>As it is a 2 Tier Architecture we will be having Only Web Tier and Database Tier. The web Tier is where we have our application visible to the public and the Database tier contains the RDS(MySQL) database instance which remains private and can only be contacted using the web Tier. Let&#39;s Understand step by step:</p> <p><a href="https://priyanshubhatt18.medium.com/deploying-2-tier-architecture-in-aws-using-terraform-modules-9143ec6d2623"><strong>Website</strong></a></p>
Tags: Deploying Tier