Introduction: Hello! In this blog, I will be explaining a detailed article on Azure Bastion and How to create azure bastion. I’m sure you’re familiar with RDP and SSH if you manage a remote server or virtual machine. RDP and SSH are both used to gain remote access to virtual…
Category: Topics
A collection of topics in cloud computing.
Extract Zip files in an S3 bucket using the Lambda function
How to extract Zip files from the S3 bucket to the target bucket using the Lambda function.
DynamoDB using Python SDK
In this blog post we will look at the working of the DynamoDB using Python SDK Boto3. I will be also covering the overview of DynamoDB and accessing the Dynamo DB using AWS Console, AWS CLI and finally through Python SDK. Also, we would be seeing a AWS service called…
Azure function with an HTTP trigger
In this blog we will learn how to Create the Http Trigger Azure Function in Azure Portal. What is an Azure Function? Azure Functions is a serverless computing service, hosted in the Microsoft Azure public cloud. It was designed to speed up and simplify application development. The cloud provider handles…
AWS: Backup and Restoring
This post will serve as a detailed how-to guide for backing up and restoring your data using AWS Backup and going through all of the steps involved in running backups using the AWS web console. Step-By-Step Guide to Backing Up Your Resources Creating a Backup Vault Before backing up your…
Creating an Azure Virtual Machine Scale set using Python SDK
Back to Azure Virtual Machine Scale Sets Prerequisites for Creating an Azure VMSS: Before creating an Azure VMSS through Python SDK we need to do a few following steps. Create an azure account in the Azure portal. Install Visual Studio code on your local pc. After finishing the above step,…
Amazon Alexa Skill using AWS Lambda
Building a custom Alexa skill using AWS Lambda.
Amazon Alexa Skills Kit SDK using Python
To build our own skill using Alexa Skills Kit SDK using Python.
Robot Process Automation with UiPath
Hello! This bog is your entry gate to the world of Robot Process Automation (RPA) and enterprise automation. You’ve probably heard people talking about RPA and automation. You’ve probably read about them. Maybe your organization started using them. Or maybe you just want to be ready for tomorrow’s work…
How To Create A Serverless REST API Gateway With Python And AWS Lambda
In this article, we’re going to create a REST API gateway endpoint which is going to invoke a lambda function and return JSON back to the client by doing the following: Creating a API Gateway and Lambda function. Establishing a connection between Lambda function and API gateway. Managing access to…