Terraform Script to Automate Infrastructure

Hello Guys, In the last blog about Terraform we talked about how Terraform works and we wrote a simple script to fire an EC2 instance. In this blog , we will take it a step further and write a Terraform script to achieve the following goals: provider "Aws" { profile = "myprofile" region = "us-east-1"... Continue Reading →

Introduction to Terraform on AWS

Hello Guys, We will briefly talk about a very powerful devops tool that is Terraform ,using which you can automate your infrastructure. It can integrate with any public cloud provider to help you automate your infrastructure on cloud. What is Terraform It is an Infrastructure as Code service ( where it's more easier to write... Continue Reading →

Docker Overview with AWS ECS and Fargate

Hi Guys, we will be talking about Docker in this blog , as in the last blog we briefly touched this topic. Docker OverviewWhere do we store docker imagesDocker vs Virtual MachinesECS and Fargate pricing in AWSDocker FlowchartDocker Installation Basic Docker commands Docker Docker is a software development platform to deploy apps. Apps are packaged... Continue Reading →

Going Serverless In AWS

Serverless OverviewComputing with LambdaContainer OverviewContainers in ECS or EKS FargateAmazon Eventbridge Serverless Overview Serverless does not mean we do not use computers to run our code. Computers are essential in running code.But in Serverless computing we focus on code and leave the management of the compute architecture behind. Its an extension of the cloud computing... Continue Reading →

Intune MAM data transfer Policies

Hi Guys , Recently i worked on a engagement where i worked on MAM polices on Microsoft Intune for Data protection . I had this scenario where my client wanted to know and understand the data transfer policy between managed and unmanaged Apps by using Intune MAM . Here are a few queries and answers... Continue Reading →

Azure Execution Models

  Now that we have acquired the basic knowledge about cloud computing as per my previous blog. Link is given below. Before reading this blog please go check the previous article to get to know the basics . Cloud Service Models and differences between them   I think that when we start talking about the... Continue Reading →

Website Powered by WordPress.com.

Up ↑