Category: AI and ML

GCP to Azure VPN Connectivity

Today I am going to show how to setup VPN connectivity between GCP and Azure. I have seen this ask from many customers and they want to explore services of other clouds as well. I hope you will enjoy this article the way I enjoyed testing and making it worked. Below is high level VPN […]

READ MORE

Simple steps to generate OAuth Token in GCP for REST API

Today we will see how to generate an OAuth token to make an API call. I found two ways to generate an OAuth token. Based on this token you can make an API call. Through this call you can do CRUD (Create – Read – Update – Delete) operation so it is a powerful and […]

READ MORE

VM Image Transfer Across GCP Accounts in Easy Steps

Sometimes there is requirement to migrate vm images from GCP account to another. Sometime they have organization configured or sometimes not. We will see how to transfer images in that case. I am providing steps. First we will upload vm disk in storage account and create image out of it. Image Upload Login into GCP […]

READ MORE

Security Team always prefer Azure Private Link service for better security

Today we will understand what is private link and how to use it. Azure Private Link enables you to access Azure PaaS Services and Azure hosted customer-owned applications over a private endpoint in your virtual network. Traffic between your virtual network and the service travels the Microsoft backbone network. Communication is one way. At time, […]

READ MORE

AWS Organization to manage multiple AWS Accounts through a single console

Before AWS organization, account creation has been doing manually. For Enterprise organizations, multiple account creation for multiple domains/platforms/business units was time-consuming.AWS organization service solves this problem by creating an AWS account programmatically. It is a central management service that allows you to control all resources that come under different accounts and give consolidated billing of […]

READ MORE