Category: AI and ML

Replacing Traditional Jump Server with Azure Bastion Host Service

Earlier there was a jump server requirement in every infra build to access servers on private IP remotely. Rather than exposing a private subnet over internet, it is always recommended to have a jump server with public IP in between. All Remote connections will land on it over the internet. Once the user is authenticated, […]

READ MORE

Setup Google Cloud Identity for your Org for better management of resources

You have decided to put your workload in Google Cloud Platform. Under Project planning stage, you need to consider Google Cloud identity. It is an “Identity as a Service” solution offered by Google. It helps you to manage user accounts and groups for employees. Centrally control all of your organization’s projects and resources created under […]

READ MORE

How to use AWS REST API for operation work

REST (Representational State Transfer) API is an interface that two computer systems use to exchange information securely over the internet. REST is a software architecture that imposes conditions on how an API should work. REST API supports the exchange of the information because it works with secure, reliable, and efficient software communication standards. This article […]

READ MORE

How Azure Virtual Desktop Works in Hybrid Environment

Today we will understand what Azure Managed VDI service – Azure Virtual Desktop (AVD) offer and how to set it up. It is PaaS based VDI service available to users working from home or office. This service available in the selective regions as of now. It supports dedicated and multi-users sessions on Windows 10 and […]

READ MORE

Connect GCP VM from anywhere without public IP or VPN

If your VM do not have public IP or do not have hybrid connectivity via VPN, you can use Identity Aware Proxy (IAP) which is unique feature of GCP cloud at this moment. It does TCP forwarding which allow you to establish an encrypted tunnel between your home or office N/W and Google datacenter where […]

READ MORE