I have made a script that will inspect your Azure Virtual Desktop deployment and tell what is wrong with it. just Azure Cloudshell bash and a read.all account needed. Link below ⬇️
CloudShell is one of those AWS features that gets overlooked!!
I've been using it with VPC mode to access private EC2 instances and RDS databases without a bastion host.
This makes it even more useful (when using EKS too)
TIL: You can access any EKS cluster directly from the AWS Console with one click. CloudShell opens with kubectl already configured.
Doesn't need to install kubectl or any AWS CLI setup
Just hitting the Connect on the cluster page and you're running commands in seconds!
TIL: You can access any EKS cluster directly from the AWS Console with one click. CloudShell opens with kubectl already configured.
Doesn't need to install kubectl or any AWS CLI setup
Just hitting the Connect on the cluster page and you're running commands in seconds!
Exploring Azure capabilities with Azure Jumpstart LocalBox? Start by registering necessary resource providers in Azure. The guide walks you through Bicep deployment and CloudShell usage for a smooth setup. #AzureLocal