Skip to content

UW-Milwaukee Cloud Computing

Articles on cloud computing from the brave students of CS790/657 Topics in Comp Sci: Cloud Computing

  • Home
  • About
    • About This Site
    • Contributors
    • Creating a Site Like This One
  • Projects
    • Hands-On Project 1: Cloud Computing Warmup
    • Hands-On Project 2: Development PC in the Cloud
    • Hands-On Project 3: Serverless Computing
    • Hands-On Project 4: Application Deployment Using Platform as a Service
    • Hands-On Project 5: Using Cloud Command Line Interfaces
  • Topics
    • Analytics and ML
    • Cloud Security
    • Containers & Orchestration
    • General
    • Platform Services
    • Serverless Computing
    • Software as a Service
    • Storage Services
    • Virtual Machines

Category: Virtual Machines

Articles about cloud virtual machines and how to work with them.

Provisioning a Virtual Machine and other components in Azure using Python SDK

Posted on December 14, 2022December 14, 2022 by Saathvika Yalavarthi

Summary: In this blog we will discuss about Provisioning Virtual Machine and few other components in Azure using Python SDK, instead of creating them from Azure portal. Installing Azure CLI and building a Virtual Environment in VS Code To build out a resource group to house the virtual machine and…

Tagged Azure Python SDK, Virtual Mchine
Read More

What is Azure Bastion and How to create it.

Posted on December 14, 2022December 14, 2022 by Ravi Teja Ainampudi

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…

Read More

Creating an Azure Virtual Machine Scale set using Python SDK

Posted on December 13, 2022December 13, 2022 by Ravi Teja Ainampudi

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,…

Read More

Provisioning VM in Azure using Azure Python SDK

Posted on November 20, 2022November 23, 2022 by Venkateswarlu Immadisetty

We know the process of provisioning the VM in Azure manually by login into portal.azure.com. In this blog we will discusses about provisioning a new VM in Azure using Azure Python SDK and the steps involved in this process.

Read More

Create Azure Virtual Machine Scale Sets

Posted on November 9, 2022December 14, 2022 by Ravi Teja Ainampudi

Back to Azure Virtual Machine Scale Sets Here is an excellent tutorial with more details to create an Azure virtual machine Scale set: Step 1: Connect to Azure account: The user should connect to his existing azure account using his valid credentials. Step 2: Search for the virtual machine scale sets using…

Read More

Introduction to Azure Virtual Machine Scale Sets

Posted on November 9, 2022December 14, 2022 by Ravi Teja Ainampudi

Hello! Here is some background information on it, as well as instructions on how to create virtual machine scale sets and scale sets with Python SDK. I’ve included the links further down the page. What is a Virtual Machine Scale Set (VMSS)? We may construct and manage several virtual machines…

Read More

Using Python to Manage EC2 Instances

Posted on November 7, 2022December 5, 2022 by Abhiram Varma Buddharaju

This blog post will look at using the Python boto3 library to manage EC2 instances.

Read More

Creating an SSH key pair

Posted on October 5, 2022October 6, 2022 by Ravi Teja Ainampudi

Back to reset SSH public key Open a Windows Command Prompt (Search –> cmd — Command Prompt). Then, On Windows, in the event that you paste the above to the clipboard and, right-click on the command prompt, the command will be pasted in and you can simply press enter to…

Read More

Managing SSH Key Pairs

Posted on October 5, 2022October 5, 2022 by Tarun Thomas Eapen

This post looks at why managing SSH Key Pairs is important and the different strategies that can be used.

Read More

Reset SSH public key

Posted on October 5, 2022October 6, 2022 by Ravi Teja Ainampudi

Back to the main page How to reset the SSH public key? Step 1: Generate a new SSH key pair using SSH-keygen Step 2: Connect to Azure account: The user should connect to his existing azure account using his valid credentials. Step 3: Selecting the Virtual machine button: After success…

Read More

Posts navigation

Older posts

Categories

  • Analytics and ML
  • Cloud Security
  • Concepts
  • Containers & Orchestration
  • Fundamentals
  • General
  • Platform Services
  • Project 1: Cloud Computing Warmup
  • Project 2: Development PC in the Cloud
  • Project 3: Serverless Computing
  • Project 4: App Deployment Using Platform as a Service
  • Project 5: Using the Command Line Interface (CLI)
  • Serverless Computing
  • Service Offerings
  • Software as a Service
  • Storage Services
  • Topics
  • Virtual Machines

Archives

  • January 2024
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
Copyright © 2025 UW-Milwaukee Cloud Computing | Regular Blog by Ascendoor | Powered by WordPress.