Hola! Cloud Computing Clan (CCC), In this blog, I intend in walking you through building serverless API with Azure Functions. Before we go into the practical stuff, let us first understand what Azure Functions are. What is an Azure Function? Azure Functions allows for the effective execution of small pieces…
Author: Viraj Rajeshbhai Panchal
Implementing AWS IAM using AWS python SDK boto3
Hey folks, you created an IAM user in the initial period in your AWS account. AWS users can be added, their rights can be managed, new policies can be made, and much more with the help of IAM (Identity & Access Management). In this article, you will learn how to…
Amazon Elastic File System (Amazon EFS)
There are multiple storage offerings in AWS. Some of the popular storage solutions are: AWS S3 AWS EBS AWS EFS In this blog, we will discuss EFS architecture. What is an Amazon Elastic File System? Amazon Elastic File System (EFS) is a cloud-based file storage service for applications and workloads…