Member-only story
Install Azure CLI on an AWS EC2 Ubuntu Instance
The first step to running Azure commands on an AWS EC2 Linux Instance is to install the Azure CLI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⚙️ Check out my series on Automating Cybersecurity Metrics | Code.
🔒 Related Stories: Azure Security | Data Breaches | Cybersecurity | Ubuntu
💻 Free Content on Jobs in Cybersecurity | ✉️ Sign up for the Email List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I happen to be working on Azure today so a quick post on something that used to be in one of my class labs. How to install Azure on an AWS EC2 instance. In my classes I used Amazon Linux but for this example I’m using Ubuntu. Click the Ubuntu link above for more information on running Ubuntu on AWS and why I’m doing that.
You can find the Microsoft instructions for installing the Azure CLI on Linux here:
I took the easy way out for my first install I used this command as directed:
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash