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

Author: Vignesh Narasimhan

Extract Zip files in an S3 bucket using the Lambda function

Posted on December 14, 2022December 14, 2022 by Vignesh Narasimhan

How to extract Zip files from the S3 bucket to the target bucket using the Lambda function.

Tagged AWS, Lambda Function, Serverless Computing
Read More

Copy the Object from One Bucket to Another in AWS S3

Posted on November 27, 2022November 28, 2022 by Vignesh Narasimhan

Here, we are going to see how to copy an object from one bucket to another bucket within the same account using Python SDK.

Tagged AWS, Boto3
Read More

Connect to the Virtual Machine

Posted on October 5, 2022October 5, 2022 by Vignesh Narasimhan

Prerequisites: In order to connect to a Windows Virtual Machine via RDP you need TCP connectivity to the machine on the port where Remote Desktop service is listening (3389 by default). You can validate an appropriate port is open for RDP using the troubleshooter or by checking manually in your…

Read More

Resize a managed disk in the Azure portal

Posted on October 5, 2022October 5, 2022 by Vignesh Narasimhan

Expand the managed disk In Azure, do the following steps to expand a disk in virtual machine From the Azure Portal, Navigate: Portal Home –> Virtual Machines –> select virtual machine Select Stop to deallocate the VM you wanted to expand. In the left menu under Settings, select Disks. 4. Under Disk name, select the disk…

Read More

Attach a managed data disk to a Windows VM by using the Azure portal

Posted on October 5, 2022October 5, 2022 by Vignesh Narasimhan

You can create a remote desktop connection to a virtual machine (VM) running Windows in Azure. To connect to a Windows VM from a Mac, you will need to install an RDP client for Mac such as Microsoft Remote Desktop. How to connect using Remote Desktop and sign on to an…

Read More

Azure Disk Storage

Posted on October 5, 2022October 5, 2022 by Vignesh Narasimhan

Microsoft Azure Disk Storage is based on Page Blobs. A Virtual machine can have one or more data disks that are also stored as virtual hard disks (VHDs) stored in an Azure storage account.

Read More

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.