What is Azure Cosmos DB?

What is Azure Cosmos DB? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss the Azure Cosmos DB solution. We will learn what is Azure Cosmos DB, Azure Cosmos DB API types, Azure Cosmos DB resource model, Azure Cosmos DB Global Distribution, Azure Cosmos DB Consistency levels, Azure Cosmos DB Partitioning, Azure Cosmos DB Capacity, and Azure Cosmos DB Backups and Restores. What is Azure Cosmos DB? Azure…

Comments Off on What is Azure Cosmos DB?

How to destroy all resources deployed in AWS using AWS Nuke?

How to destroy all resources deployed in AWS using AWS Nuke? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to delete all the resources deployed in an AWS account using AWS Nuke. Sometimes your terraform deployment might fail and leave some orphan resources or your developers need a sandbox type of account where they will do the testing and cleanup after the testing is done. In these scenarios,…

Comments Off on How to destroy all resources deployed in AWS using AWS Nuke?

How to deploy a multi-container web app in Azure App Service?

How to deploy a multi-container web app in Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to deploy a multi-container web app using Azure App Service. How to deploy a multi-container web app in Azure App Service? Prerequisites: Azure CLI installed and configured Step 1: Clone the sample voting app code that uses multiple containers. [crayon-651d015a4d83b509526646/] Step 2: Create a new resources…

Comments Off on How to deploy a multi-container web app in Azure App Service?

How to deploy a web application in Azure App Service?

How to deploy a web application in Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to deploy a Python App (basic REST API) using Azure App Service. How to deploy a web application in Azure App Service? Prerequisites: Azure CLI installed and configured Step 1: Clone the basic REST API code written in Python. [crayon-651d015a4dfc5881339249/] Step 2: Create a new resources group…

Comments Off on How to deploy a web application in Azure App Service?

How to create a static HTML website using Azure App Service?

How to create a static HTML website using Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today's blog post, we will discuss how to create a static HTML website using Azure App Service. Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows…

Comments Off on How to create a static HTML website using Azure App Service?

What is Azure App Service?

What is Azure App Service? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss what is Azure App Service. What is Azure App Service? Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure. It offers auto-scaling and high availability, supports both Windows and Linux, and enables automated deployments from GitHub,…

Comments Off on What is Azure App Service?

How to get the size of an S3 bucket in AWS?

How to get the size of an S3 bucket in AWS? Hello Everyone Welcome to CloudAffaire and this is Debjeet. There are multiple ways to get the total size of an S3 bucket. You can get the size of the object recursively and sum all the object's sizes to get the total disk space used by your S3 bucket. But if your bucket is having millions or perhaps billions of objects then this becomes…

Comments Off on How to get the size of an S3 bucket in AWS?

How to create a custom EC2 image (AMI) using AWS EC2 Image Builder?

How to create a custom EC2 image (AMI) using AWS EC2 Image Builder? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to create a custom EC2 image using AWS EC2 Image Builder with example. What is AWS EC2 image builder? EC2 Image Builder is a fully managed AWS service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date server images that…

Comments Off on How to create a custom EC2 image (AMI) using AWS EC2 Image Builder?

How to create an image recipe in AWS Image Builder?

How to create an image recipe in AWS Image Builder? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we will discuss how to create an image recipe in AWS Image Builder service using AWS CLI. What is image recipe in AWS Image Builder? An EC2 Image Builder recipe defines the base image to use as your starting point to create a new image, along with the set of components that you add…

Comments Off on How to create an image recipe in AWS Image Builder?