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

Month: September 2022

Deploy a Demo Application to Your Cloud PC

Posted on September 26, 2022October 12, 2022 by Mike Denzien

This is step 5 of 5 of Hands-On Project 2 for both Azure and AWS. In this step, you install a partial implementation of an e-commerce web API to your development PC, and get the app up and running.

Read More

About the E-Commerce Demo Application

Posted on September 26, 2022October 12, 2022 by Mike Denzien

In this post, we describe the features of our simple e-commerce API application, to help you understand the scope of the current codebase and how you will need to work with it. Overall Features The application is written in Python using the Django REST framework and has the following components:…

Read More

Install Development Tools on Your Cloud PC

Posted on September 25, 2022October 9, 2022 by Mike Denzien

This is step 3 of 6 of Hands-On Project 2 for both Azure and AWS. In this step, you install the development tools which we will be using for the remainder of the project, including MySQL and Visual Studio Code. Back to Project Install MySQL Server and MySQL Workbench This…

Read More

Install MySQL Server and MySQL Community Workbench

Posted on September 25, 2022October 5, 2022 by Mike Denzien

This post provides instructions for installing MySQL Server and the Community Workbench for use on a development computer. The server will be configured for localhost access using the root account. Update Software if Necessary Installing MySQL on a system with fully updated software often pre-empts other problems. There is more…

Read More

Install Ubuntu Desktop Over Ubuntu Server

Posted on September 25, 2022October 9, 2022 by Mike Denzien

This is step 2 of 6 of Hands-On Project 2 for both Azure and AWS. In this step, you install the Ubuntu Desktop GUI over Ubuntu Server in the cloud, and gain access to the GUI using Remote Desktop Protocol (RDP). This setup provides you with the conveniences of a…

Read More

Prepare a Virtual Machine to be a Development PC – AWS

Posted on September 25, 2022October 9, 2022 by Mike Denzien

This is step 1 of 6 of Hands-On Project 2 for Amazon Web Services. In this step, you prepare a virtual machine that is suitable to be a development computer in the cloud. Back to Project New VM, or Upgrade? Later in this project, we will be installing and running…

Read More

Azure Blob Storage

Posted on September 24, 2022October 6, 2022 by Kamith Vindula Mirissage

Data storage is important to any cloud based project. Azure offers multiple solutions to solve any and all data related concerns. The main Storage Accounts being: File, Queue, Table, Disk and Blob. This article will delve into Blob Storage as well as instructions on creating your first Blob Storage account…

Read More

Install and Prepare Bitvise SSH Client

Posted on September 18, 2022September 18, 2022 by Mike Denzien

You will need an SSH client in order to access your virtual machine. We will be using the Bitvise SSH client. A significant advantage of this client is that it provides an SSH command window, a Secure File Transfer Protocol (SFTP) GUI to move files around, and a Remote Desktop…

Read More

Creating an SSH Key Pair using ssh-keygen

Posted on September 18, 2022October 5, 2022 by Mike Denzien

To be able to connect to a cloud virtual machine from the public internet with at least minimal security, one easy method is to create an SSH key pair and use it to secure SSH access to your virtual machine. This post outlines a process for creating the key pair.…

Read More

Study Pricing and Usage Costs (AWS)

Posted on September 11, 2022October 1, 2022 by Mike Denzien

This is step 7 of 7 of Hands-On Project 1 for Amazon Web Services. In this step, you gain some experience with the Cost Management features of the AWS Management Console, and with the AWS Pricing Calculator. Back to Project AWS Cost Explorer Using the AWS Cost Explorer feature within…

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.