VGVarsha Ghanghasinvarshaghanghas.hashnode.dev·May 28, 2023 · 3 min readImplementing a two-tier architecture in AWS using TerraformWeek3 of #100weeksofcloudops Two-tier architecture Two-tier architecture, also known as client-server architecture, is a software design pattern that divides an application into two main parts or tiers: the client tier and the server tier. Each tier ...00
VGVarsha Ghanghasinvarshaghanghas.hashnode.dev·May 18, 2023 · 8 min readCreating a Highly available, Fault Tolerance and Secure AWS 3-Tier Web Architecture3-Tier Architecture Introduction: A 3-tier architecture is an implementation of client-service software design. It consists of 3 different tiers that link together and provide different functions. Three different tiers are user interface/presentation...00
VGVarsha Ghanghasinvarshaghanghas.hashnode.dev·May 3, 2023 · 5 min readHost a static website on AWS S3 for free with CloudFront and using CI/CD Pipeline(Git)!Today we are going to learn about, how to host a static website on cloud using AWS. Here are the steps: Amazon S3: First create an account on AWS. You can create AWS Free Tier on amazon, you can create Free tier account by going to google, search for...00