Managing Infra using Terraform State filesIn the post managing-infra-with-terraform, I mentioned that Terraform state file keeps an inventory of resources managed by Terraform…Jan 23Jan 23
Managing Infra with TerraformEvery IT company needs a place to run its website, internal projects, client-facing websites, database, and many other things. To support…Jan 20Jan 20
Managing permissions to your Cloud | Intro to Identity and Access Management | IAMLots of companies run their applications & store data in Cloud. Employees and customers of a company would also interact with the Cloud…Sep 22, 2022Sep 22, 2022
Divide your application into smaller chunks | Intro to microservice & DockerAn application always starts small. As it matures, more features and code gets added and becomes larger. Eventually, the application gets…Sep 8, 2022Sep 8, 2022
Keeping up with the traffic | Auto ScalingLet’s assume that you added more features to your website. It gathers information from user, writes to database, shows users various data…Aug 24, 2022Aug 24, 2022
Distribute the incoming traffic | Balancing load | Load BalancerIn publishing-a-website, we looked at a sample website running on a single Virtual Machine (VM) in the cloud. If your VM was terminated…Aug 24, 2022Aug 24, 2022
Keeping track of your VMAfter creating a VM and deploying an application on it, if disk/memory/cpu usage increases drastically then your application may stop…Aug 15, 2022Aug 15, 2022
Publishing a WebsiteLet’s say you have an awesome idea for a website. You spun up a VM in cloud and started working on the content for your website. This post…Aug 12, 2022Aug 12, 2022